xiekw2010 / react-native-gitfeed

Yet another Github client written with react-native.
1.72k stars 278 forks source link

-[RCTRootContentView reactTag]: unrecognized selector #16

Open yonglam opened 8 years ago

yonglam commented 8 years ago

使用Debug或者Release运行都报错: '-[RCTRootContentView reactTag]: unrecognized selector sent to instance 0x7fddea621380'。

2016-06-19 08:25:03.518 RN_CNNode[6362:2908925] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RCTRootContentView reactTag]: unrecognized selector sent to instance 0x7fddea621380' * First throw call stack: ( 0 CoreFoundation 0x000000010e5b3d85 exceptionPreprocess + 165 1 libobjc.A.dylib 0x000000010e027deb objc_exception_throw + 48 2 CoreFoundation 0x000000010e5bcd3d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 3 CoreFoundation 0x000000010e502cfa __forwarding + 970 4 CoreFoundation 0x000000010e5028a8 _CF_forwarding_prep_0 + 120 5 RN_CNNode 0x000000010da3706e -[RCTRootContentView setFrame:] + 102 6 UIKit 0x000000010fba3c10 UIViewCommonInitWithFrame + 1250 7 UIKit 0x000000010fba36d4 -[UIView initWithFrame:] + 125 8 RN_CNNode 0x000000010da525e1 -[RCTView initWithFrame:] + 75 9 RN_CNNode 0x000000010da36dc0 -[RCTRootContentView initWithFrame:bridge:] + 96 10 RN_CNNode 0x000000010da3647e -[RCTRootView bundleFinishedLoading:] + 174 11 RN_CNNode 0x000000010da363ba -[RCTRootView javaScriptDidLoad:] + 108 12 CoreFoundation 0x000000010e57dc8c CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12 13 CoreFoundation 0x000000010e57d9cb _CFXRegistrationPost + 427 14 CoreFoundation 0x000000010e57d732 _CFXNotificationPost_block_invoke + 50 15 CoreFoundation 0x000000010e5c61e2 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1986 16 CoreFoundation 0x000000010e475679 _CFXNotificationPost + 633 17 Foundation 0x000000010dbb3cd9 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66 18 RN_CNNode 0x000000010da4a914 38-[RCTBatchedBridge executeSourceCode:]_block_invoke.255 + 195 19 libdispatch.dylib 0x0000000111157d9d _dispatch_call_block_and_release + 12 20 libdispatch.dylib 0x00000001111783eb _dispatch_client_callout + 8 21 libdispatch.dylib 0x00000001111601ef _dispatch_main_queue_callback_4CF + 1738 22 CoreFoundation 0x000000010e50d0f9 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9 23 CoreFoundation 0x000000010e4ceb99 __CFRunLoopRun + 2073 24 CoreFoundation 0x000000010e4ce0f8 CFRunLoopRunSpecific + 488 25 GraphicsServices 0x00000001135f8ad2 GSEventRunModal + 161 26 UIKit 0x000000010fb10f09 UIApplicationMain + 171 27 RN_CNNode 0x000000010da16af8 main + 80 28 libdyld.dylib 0x00000001111ac92d start + 1 29 ??? 0x0000000000000001 0x0 + 1 )