jamieowen / AirNativeiOS-Bluetooth

Air Native Extension to add Bluetooth support for iOS apps.
Other
73 stars 17 forks source link

ld: framework not found GameKit Compilation failed while executing : ld64 #2

Closed play175 closed 11 years ago

play175 commented 11 years ago

ld: framework not found GameKit Compilation failed while executing : ld64

how to fix that?? plz tell me,thx

jamieowen commented 11 years ago

Are you using ANT to compile? This sounds like you are not including the GameKit Libraries into your XCode project? Or perhaps the paths to these libraries are not valid in your iOS SDK version.

If you look at item 18 on this blog entry it might help : http://www.richardlord.net/blog/20-tips-for-creating-air-native-extensions-for-ios

play175 commented 11 years ago

thank you very much!!i got it