Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-[RCTRootContentView reactTag]: unrecognized selector #16

Open
yonglam opened this issue Jun 19, 2016 · 0 comments
Open

-[RCTRootContentView reactTag]: unrecognized selector #16

yonglam opened this issue Jun 19, 2016 · 0 comments

Comments

@yonglam
Copy link

yonglam commented Jun 19, 2016

使用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
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant