Undefined symbols for architecture armv7s:
"_GCControllerDidDisconnectNotification", referenced from:
-[GCControllerConnectionEventHandler observerConnection:disconnection:] in libcocos2dx iOS.a(CCController-iOS.o) "_GCControllerDidConnectNotification", referenced from:
-[GCControllerConnectionEventHandler observerConnection:disconnection:] 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 armv7sclang: error: linker command failed with exit code 1 (use -v to see invocation)
cocos2dx集成友盟分享需要在 Other Linker Flags 设置成 -ObjC,但是会报错,只要添加
MediaPlayer.framework
GameController.framework
这两个库就可以了