i have added two object c files. a .m and a .h. it created a bridging header. I deeted all the filed but now i get an error
bridging header "insert name here" does not exist
how do i fix this
i have added two object c files. a .m and a .h. it created a bridging header. I deeted all the filed but now i get an error
bridging header "insert name here" does not exist
how do i fix this
There’s a build setting that references the bridging header, namely Objective-C Bridging Header (
SWIFT_OBJC_BRIDGING_HEADER). Remove that from your target.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
all there is is a objective c bridging header and there isnt a way to delete it
It’s hard to say what’s going on here without seeing your build settings. Please post a screen shot.
Note DevForums does not let you post images (r. 2,2028,729). You’ll have to put the screen shot on an image hosting site and post a link to that.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
If you double click on the Bridging header file name a 'text window' will open. Select this text and delete it.