You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: