Objective-C Bridging Header not visible

对着背影说爱祢 提交于 2019-12-25 09:18:59

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!