Mohamed Awad
Mohamed Awad

Reputation: 640

Why can the AppDelegate file not see the GameAnalytics file?

I'm trying to add the GameAnalytics SDK to my project (a game), dragged the framework file onto the project, but when I import it I get an error saying that the file GameAnalytics/GameAnalytics.h is not found How can I fix that problem?

Upvotes: 0

Views: 162

Answers (1)

emrcftci
emrcftci

Reputation: 3514

Import framework to your target:

Build Phases > Embed Frameworks + <Your Framework>

I hope it is works.

Enjoy.

Upvotes: 1

Related Questions