kissmetrics / KISSmetrics-iOS-SDK

iOS SDK for KISSmetrics
http://support.kissmetrics.com/doc/apis-integrations-and-importing-data/#29
6 stars 18 forks source link

'KISSmetricsSDK/KISSmetricsAPI.h' file not found #13

Open nghtstr opened 9 years ago

nghtstr commented 9 years ago

I have been fighting this issue for the past day and a half. Installing a Framework should be as simple as dragging it into Xcode, letting it put it where it needs to be, and then calling for it. Instead, I am getting the following error:

/Development/PureChat/PureChat-iOS/Pure Chat/AppDelegate.h:10:9: 'KISSmetricsSDK/KISSmetricsAPI.h' file not found

This is what I am importing:

#import <KISSmetricsSDK/KISSmetricsAPI.h>

DeeSee commented 9 years ago

Make sure that you have correct record in "Framework search paths" pointing to framework location in project's Build Settings