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

用的 cocos2dx3.2 ,Other Linker Flags 设置成 -ObjC 时候, 真机无法编译通过
报错如下:

Undefined symbols for architecture armv7s:
“_GCControllerDidDisconnectNotification”, referenced from:
- in libcocos2dx iOS.a(CCController-iOS.o)
“_GCControllerDidConnectNotification”, referenced from:
- in libcocos2dx iOS.a(CCController-iOS.o)
"OBJC_CLASS_GCController", referenced from: 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。不知如何解决以上报错。

自己顶一下

解决了。。。。。。

LZ是怎么解决的?
我也遇到过一次,最后把CCController-iOS.mm文件从工程中去掉了,就好了。
CCController-iOS.mm文件在cocos2d/cocos/base/CCController-iOS.mm
希望LZ也能分享一下解决问题的经验。

怎么解决的麻烦楼主说一下

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

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

楼主怎么解决的,求分享。

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

正解!:2:

支持一下,就是这样解决的。

5楼解决了,支持下,增加两个库:
MediaPlayer.framework
GameController.framework