加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

cocos ios,other linker flags 加入 -objc 编译报错解决方案

发布时间:2020-12-14 16:59:34 所属栏目:百科 来源:网络整理
导读:在嵌入 supersonic 的广告sdk时 遇到了同样的问题. supersonic也要求加入 -ObjC Undefined symbols for architecture armv7s: "_GCControllerDidDisconnectNotification" ,referenced from : -[GCControllerConnectionEventHandler observerConnection:disco

在嵌入 supersonic 的广告sdk时 遇到了同样的问题.
supersonic也要求加入 -ObjC


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 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

http://www.52php.cn/article/p-xabtfycs-ek.html

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读