0

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?

Mohamed Awad
  • 630
  • 1
  • 6
  • 14

1 Answers1

1

Import framework to your target:

Build Phases > Embed Frameworks + <Your Framework>

I hope it is works.

Enjoy.

emrcftci
  • 3,355
  • 3
  • 21
  • 35