问题
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?
回答1:
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.
来源:https://stackoverflow.com/questions/41135059/objective-c-bridging-header-not-visible