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」を統合し、ドキュメントに書かれているとおりに正確に従います。何か案は?ありがとう!