Skip to content

Instantly share code, notes, and snippets.

@moduscreate
Created February 13, 2015 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moduscreate/7d8e93c8ce18635044c3 to your computer and use it in GitHub Desktop.
Save moduscreate/7d8e93c8ce18635044c3 to your computer and use it in GitHub Desktop.
2015-02-13 14:46:06.301 UIExplorer[31873:1948280] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'JS has only made partial progress to catch up to UIKit'
*** First throw call stack:
(
0 CoreFoundation 0x0000000107739f35 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x00000001073d2bb7 objc_exception_throw + 45
2 CoreFoundation 0x0000000107739d9a +[NSException raise:format:arguments:] + 106
3 Foundation 0x0000000106fef5df -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 UIExplorer 0x0000000106e02a65 -[RCTNavigator reactBridgeDidFinishTransaction] + 1013
5 UIExplorer 0x0000000106e16c40 __51-[RCTUIManager uiBlockWithLayoutUpdateForRootView:]_block_invoke150 + 96
6 UIExplorer 0x0000000106e143b6 RCTTraverseViewNodes + 198
7 UIExplorer 0x0000000106e144e6 RCTTraverseViewNodes + 502
8 UIExplorer 0x0000000106e144e6 RCTTraverseViewNodes + 502
9 UIExplorer 0x0000000106e16910 __51-[RCTUIManager uiBlockWithLayoutUpdateForRootView:]_block_invoke + 1232
10 UIExplorer 0x0000000106e14dec __27-[RCTUIManager addUIBlock:]_block_invoke + 124
11 UIExplorer 0x0000000106e1d006 __32-[RCTUIManager batchDidComplete]_block_invoke + 342
12 libdispatch.dylib 0x000000010ac5eba6 _dispatch_call_block_and_release + 12
13 libdispatch.dylib 0x000000010ac7c7f4 _dispatch_client_callout + 8
14 libdispatch.dylib 0x000000010ac658fb _dispatch_main_queue_callback_4CF + 949
15 CoreFoundation 0x00000001076a1fe9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
16 CoreFoundation 0x0000000107664eeb __CFRunLoopRun + 2043
17 CoreFoundation 0x0000000107664486 CFRunLoopRunSpecific + 470
18 GraphicsServices 0x000000010c1a19f0 GSEventRunModal + 161
19 UIKit 0x0000000108c5a420 UIApplicationMain + 1282
20 UIExplorer 0x0000000106d8bb73 main + 115
21 libdyld.dylib 0x000000010acb1145 start + 1
22 ??? 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment