in swift project, accidentally removed reference bridging header out of section in "build settings" project. now, xcode can't find file (even though see in project navigator). can resolve this? in advance!
go target's build settings, , search bridge
, should see option says objective-c bridging header
, add path file there.
this how mine looks, in case not sure how point it,
app/app-bridging-header.h
Comments
Post a Comment