[已解决] Cocos creator 1.3.1 anysdk IOS打包后启动闪退

cocos creator for mac 版本 1.3.1
anysdk for mac 版本 2.2.0
母包没问题
子包启动就闪退

出现异常:
2016-12-18 13:23:49.825 Paodekuai-mobile[1274:1025579] *** Assertion failure in void _UIApplicationMainPreparations(int, char **, NSString *__strong, NSString *__strong)(), /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3512.60.12/UIApplication.m:3702
2016-12-18 13:23:49.826 Paodekuai-mobile[1274:1025579] *** Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘Unable to instantiate the UIApplication subclass instance. No class named NSApplication is loaded.’
*** First throw call stack:
(0x182d86db0 0x1823ebf80 0x182d86c80 0x18370c1c0 0x188193b5c 0x187f52054 0x100078734 0x1828028b8)
libc++abi.dylib: terminating with uncaught exception of type NSException

可以将Xcode 工程拷贝一份,删除 desktop 的那个target,再打包试试

更新creator重新构建工程和重新打包,就好了