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?
Asked
Active
Viewed 153 times
0

Mohamed Awad
- 630
- 1
- 6
- 14
-
Import framework in your targets `Build Phases > Embed Frameworks`. – emrcftci Jul 17 '19 at 14:05
-
Please include the content, not just a picture, as, the picture may not display well on some (e.g. mobile) devices and does not make it easy for anyone to try to reproduce your problem. – Dragonthoughts Jul 17 '19 at 15:05
-
@EmreCiftci it works, thanks – Mohamed Awad Jul 19 '19 at 02:38
-
Hi @MohamedAwad, I shared it as an answer so that others could also benefit. – emrcftci Jul 19 '19 at 06:42
1 Answers
1
Import framework to your target:
Build Phases > Embed Frameworks + <Your Framework>
I hope it is works.
Enjoy.

emrcftci
- 3,355
- 3
- 21
- 35