cocos2dx3.2 Other Linker Flags 设置成 -ObjC 真机编译报错


Undefined symbols for architecture armv7s:

"_GCControllerDidDisconnectNotification",referenced from:
-[GCControllerConnectionEventHandler observerConnection:disconnection:] in libcocos2dx iOS.a(CCController-iOS.o)
"_GCControllerDidConnectNotification",serif; font-size:14px; line-height:24px"> "_OBJC_CLASS_$_GCController",serif; font-size:14px; line-height:24px"> objc-class-ref in libcocos2dx iOS.a(CCController-iOS.o)
(maybe you meant: _OBJC_CLASS_$_GCControllerConnectionEventHandler)
ld: symbol(s) not found for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我用的是iphone5c,昨天使用admob的广告,这个sdk要求要将Other Linker Flags 设置成 -ObjC。不知如何解决以上报错。


解决方法:

增加两个库:
MediaPlayer.framework
GameController.framework


原因参见:
http://stackoverflow.com/questions/24844766/linking-errors-when-adding-admob-to-ios-cocos2d-x-3-2

相关文章

    本文实践自 RayWenderlich、Ali Hafizji 的文章《...
Cocos-code-ide使用入门学习地点:杭州滨江邮箱:appdevzw@1...
第一次開始用手游引擎挺激动!!!进入正题。下载资源1:从C...
    Cocos2d-x是一款强大的基于OpenGLES的跨平台游戏开发...
1.  来源 QuickV3sample项目中的2048样例游戏,以及最近《...
   Cocos2d-x3.x已经支持使用CMake来进行构建了,这里尝试...