Hi have some problem with compiling GameKit framework on iPad , when xcode compiles my code , it takes me some error !!! i don't know what is it ?
+1
A:
You have to add the GameKit Framework to your project. Right Click on the Framework Folder and select add Existing Framework. Either that, or you accidentally copied the GameKit Framework into your project directory. Just remove it from the directory, if that's the case.
Jordan
2010-10-17 13:34:02
thank you , i added from ExistingFrameworks but still have the same problem !!!! i don't know why !!
Momeks
2010-10-17 16:26:46
In ipadblueviewcontroller.h make sure you include #import and the game kit include. Smething like GameKit.h, Search SO for the correct line.
Jordan
2010-10-17 20:19:16
yes , i added #import<Gamekit/Gamekit.h> on project but still have this problem :( !!!!!!!!!!!!!!!!!!
Momeks
2010-10-18 11:36:04
Do you have a folder named GameKit.Framework in your project directory on disk?
Jordan
2010-10-18 12:20:37