Project hangs is simulator and device
Opened this issue · 0 comments
oxeron commented
Hello
I just tried to build and launch your demo it hangs at start. Did I miss something ?
2015-03-05 10:09:30.411 GalacticGuardian[6674:754736] Error loading /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: dlopen(/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib, 262): no suitable image found. Did find:
/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: mach-o, but not built for iOS simulator
2015-03-05 10:09:30.411 GalacticGuardian[6674:754736] Cannot find function pointer IOHIDLibFactory for factory 13AA9C44-6F1B-11D4-907C-0005028F18D5 in CFBundle/CFPlugIn 0x7a9a4c80 </System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin> (bundle, not loaded)
2015-03-05 10:09:30.428 GalacticGuardian[6674:754736] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
*** First throw call stack:
(
0 CoreFoundation 0x02c37946 __exceptionPreprocess + 182
1 libobjc.A.dylib 0x028c0a97 objc_exception_throw + 44
2 CoreFoundation 0x02aeec01 -[__NSArrayM insertObject:atIndex:] + 881
3 CoreFoundation 0x02aee861 -[__NSArrayM addObject:] + 65
4 GalacticGuardian 0x00113b01 -[CCNode insertChild:z:] + 81
5 GalacticGuardian 0x0011316a -[CCNode addChild:z:name:] + 104
6 GalacticGuardian 0x001134f5 -[CCNode addChild:] + 119
7 GalacticGuardian 0x00165e77 +[CCBReader sceneWithNodeGraphFromFile:owner:parentSize:] + 161
8 GalacticGuardian 0x00165d76 +[CCBReader loadAsScene:owner:] + 148
9 GalacticGuardian 0x00165ec2 +[CCBReader loadAsScene:] + 51
10 GalacticGuardian 0x0010a4bf -[AppController startScene] + 46
11 GalacticGuardian 0x00155b3c -[CCNavigationController directorDidReshapeProjection:] + 106
12 GalacticGuardian 0x001939c0 -[CCDirectorIOS reshapeProjection:] + 170
13 GalacticGuardian 0x00199236 -[CCGLView layoutSubviews] + 162
14 UIKit 0x00f33dd1 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 608
15 libobjc.A.dylib 0x028d6771 -[NSObject performSelector:withObject:] + 70
16 QuartzCore 0x0062e28f -[CALayer layoutSublayers] + 152
17 QuartzCore 0x00622115 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 397
18 QuartzCore 0x00621f70 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
19 QuartzCore 0x005803c6 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 284
20 QuartzCore 0x0058178c _ZN2CA11Transaction6commitEv + 392
21 QuartzCore 0x00647799 +[CATransaction flush] + 52
22 UIKit 0x00ea6286 -[UIApplication _reportMainSceneUpdateFinished:] + 39
23 UIKit 0x00ea7201 -[UIApplication _runWithMainScene:transitionContext:completion:] + 3163
24 UIKit 0x00ebf7d0 __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke + 59
25 UIKit 0x00ea581f -[UIApplication workspaceDidEndTransaction:] + 155
26 FrontBoardServices 0x050e99de __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 + 71
27 FrontBoardServices 0x050e946f __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 54
28 FrontBoardServices 0x050fb425 __31-[FBSSerialQueue performAsync:]_block_invoke + 26
29 CoreFoundation 0x02b5b1c0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 16
30 CoreFoundation 0x02b50ad3 __CFRunLoopDoBlocks + 195
31 CoreFoundation 0x02b5092b __CFRunLoopRun + 2715
32 CoreFoundation 0x02b4fbcb CFRunLoopRunSpecific + 443
33 CoreFoundation 0x02b4f9fb CFRunLoopRunInMode + 123
34 UIKit 0x00ea51e4 -[UIApplication _run] + 571
35 UIKit 0x00ea88b6 UIApplicationMain + 1526
36 GalacticGuardian 0x00101f9e main + 58
37 libdyld.dylib 0x03107ac9 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)