2

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. enter image description here

enter image description here

Isha Balla
  • 733
  • 2
  • 9
  • 25

2 Answers2

2

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. enter image description here

0

"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"

mvien
  • 237
  • 4
  • 12