I have a Swift project for which I am trying to import frameworks based on ObjC. The structure is located in the directory on the path to the project and refers to the project in Xcode. It is also added to the "Link Binary with Libraries" on the "Create Phases" page of the project.
However, for some reason I cannot include the framework in the Bridging-Header file. I get the following error:
BridgingHeader.h:5:9: error: 'Parse/Parse.h' file not found
Things I checked:
- "Set Objective-C Compatibility Header" is set to "YES".
- Header search paths include a framework path.
I am sure that I have something missing, so if anyone has any clues, it will be great.
xcode swift
Dia Kharrat Dec 16 '14 at 1:23 2014-12-16 01:23
source share