quick-x 3.2升级xcode6时,编译player报错Cannot initialize a parameter of type "id" with an Ivalue of type 'AppController *'
。
解决办法是在AppController添加NSFileManagerDelegate.
@interface AppController : NSObject <</span>NSApplicationDelegate, NSWindowDelegate,NSFileManagerDelegate>
本文介绍在使用Xcode6进行quick-x3.2升级过程中遇到的编译错误问题及解决方案。主要错误为初始化参数类型不匹配。解决办法是在AppController中添加NSFileManagerDelegate以确保类型一致。
1952

被折叠的 条评论
为什么被折叠?



