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@>