我正在将 Chartboost 实施到 cocos2d 应用程序中,并且收到以下错误:
Sending 'AppController *const __strong' to parameter of incompatible type 'id<ChartboostDelegate>'
代码取自 Chartboost 文档,如下所示:
[Chartboost startWithAppId:@"App ID" appSignature:@"App Signature" delegate:self];
不知道我错过了什么,也许是进口?我集成了“Chartboost.h”,并且完全按照文档的编写方式进行操作。有任何想法吗?谢谢!