How to add Obj-C compatibility header
I've been following a tutorial in xcode for using the facebook sdk in swift, I'm trying to recreate the same from within appcode. The step im unsure of is how to add a obj-c compatibility header in appcode. In xcode you have swift compilation options section
Install Objective-C Compatibility Header: Yes
Objective-C Bridging Header: ../Bridging-Header.h
Anyhow know how i might achieve this in appcode?
Thanks.
Mike
请先登录再写评论。
Hi Michael,
Unfortunatelly, project settings editor in AppCode does not provide this ability. Please, use Xcode to do such configuration. After that you can use AppCode to work with your project.
Best Regards,
Alexey