IOS 闪退

使用anysdk打包后编译,Xcode编译成功,但是在模拟器中运行时闪退。
报错如下:
2017-11-10 20:32:49.123934+0800 LongGame-mobile[7158:4979436] *** Assertion failure in void _UIApplicationMainPreparations(int, char **, NSString *__strong, NSString *__strong)(), /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3698.21.8/UIApplication.m:3846
2017-11-10 20:32:49.133935+0800 LongGame-mobile[7158:4979436] *** 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:
(
0 CoreFoundation 0x000000010a4f81ab __exceptionPreprocess + 171
1 libobjc.A.dylib 0x000000010fec4f41 objc_exception_throw + 48
2 CoreFoundation 0x000000010a4fd372 +[NSException raise:format:arguments:] + 98
3 Foundation 0x000000010f04c523 -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] + 165
4 UIKit 0x000000010cdcd893 _UIApplicationMainPreparations + 625
5 UIKit 0x000000010cdcd5b8 UIApplicationMain + 111
6 LongGame-mobile 0x000000010891a1b9 main + 80
7 libdyld.dylib 0x000000011096ed81 start + 1
8 ??? 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException

有大佬知道原因么,求教。

打包前的母工程删掉-desktop的target

之前跟Creator这边讨论过,似乎没办法在Creator或者AnySDK任何一方处理这个问题,目前只能让用户打包前手动删除了。