Search code examples
objective-cswiftxcodexcode8bridging-header

Objective-C Bridging Header not visible


I am using Xcode 8.0, I have created Swift Bridging Header Manually. But I could not find the option Ojective-C Bridging Header under Swift Compiler – Code Generation. (under Targets). Please see the screenshot. Anything wrong?

enter image description here


Solution

  • In the Build Setting Section select the All tab instead of Basic and Customized then search for Bridging Header you will find it inside the Swift Comipler - General section. Same like below image.

    enter image description here