Reputation: 763
I am trying to create a bridge header file in order to use certain objective c libraries. But I did not find the Objective-C Bridging Header option in the build settings in Xcode 7.
Upvotes: 2
Views: 1039
Reputation: 876
Based on your screenshot, instead of selecting "Basic", Select "All ", you should be able to see the Objective-C Bridging Header Setting. You can then set your_header_file.h as value.
Upvotes: 2
Reputation: 237
"Objective-C Bridging Header" is under "Swift Compiler - Code Generation". Go to targets > Build Settings > and/or do a search for "Swift Compiler - Code Generation"
Upvotes: 0