I am getting an error in Xcode 7 when importing Bridging Header file. I even tried creating a new file and pointing to it in Build Settings. Still can't get it to work.
Failed to import bridging header "BridgingHeader.h'
I am getting an error in Xcode 7 when importing Bridging Header file. I even tried creating a new file and pointing to it in Build Settings. Still can't get it to work.
Failed to import bridging header "BridgingHeader.h'
I had a similar error message and (finally) realized that the path to the header file was incorrect. Using $(SRCROOT)/path-to-file did the trick finally.