cocos2d-c++ 添加iOS广告sdk遇到的问题(inmobile)

本文档详细记录了在iOS系统中使用Cocos2dx进行广告集成的过程,并分享了解决过程中遇到的问题及对应的解决方案,如编译错误、库缺失等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


个人经验文档:http://blog.youkuaiyun.com/Henry_moneyBag/article/details/50962530

官方文档:https://www.inmobi.com/portal/#support/listing/pType=1;pid=1475943661272;platform=IOS;siteId=8983bf74c23a444bac432c3ab62bec1b

ios系统中cocos2dx中如何添加广告:http://blog.youkuaiyun.com/kkk0526/article/details/10235551

http://www.tuicool.com/articles/vyMVVj

遇到的一些问题

1.Other Linker Flags 设置成 -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)

解决办法:增加两个库:
MediaPlayer.framework
GameController.framework 

2.Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_WKUserContentController", referenced from:
      objc-class-ref in InMobiSDK(libIMCommons.a-arm64-master.o)
  "_OBJC_CLASS_$_WKPreferences", referenced from:
      objc-class-ref in InMobiSDK(libIMCommons.a-arm64-master.o)
  "_OBJC_CLASS_$_WKWebViewConfiguration", referenced from:
      objc-class-ref in InMobiSDK(libIMCommons.a-arm64-master.o)
  "_OBJC_CLASS_$_WKWebView", referenced from:
      objc-class-ref in InMobiSDK(libIMCommons.a-arm64-master.o)
      objc-class-ref in InMobiSDK(INMMoatBootstrap.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

解决办法:增加库WebKit.framework

3."stack"file not found

http://blog.youkuaiyun.com/michaelin1208/article/details/51593844

将文件后缀改为.mm(解决cpp语言混编问题)



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值