Cannot initialize a parameter of type id<NSFileManagerDelegate&

前端之家收集整理的这篇文章主要介绍了Cannot initialize a parameter of type id<NSFileManagerDelegate&前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
quick-x 3.2升级xcode6时,编译player报错Cannot initialize a parameter of type "id" with an Ivalue of type 'AppController *'

解决办法是在AppController添加NSFileManagerDelegate.


@H_404_13@@interface@H_404_13@AppController :NSObject@H_404_13@<</span>NSApplicationDelegate@H_404_13@,NSWindowDelegate@H_404_13@,NSFileManagerDelegate@H_404_13@>

猜你在找的Cocos2d-x相关文章