-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Bug Class RCTCxxModule was not exported. Did you forget to use RCT_EXPORT_MODULE() #17107
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
@nhuthan I am running into the same issue. I get the warning on Debug and it will not run the app at all upon Release. Did you find a solution? |
My problem is that I have used an undefined property. |
@nhuthan was that in your |
It's just in my js files, the react component has a problem. I do not know
why it crashed my app instead of throwing a warning on release
…On Mar 3, 2018 4:41 PM, "Temitope" ***@***.***> wrote:
@nhuthan <https://github.com/nhuthan> was that in your AppDelegate.m ? I
am wondering why this is only happening on Release. Do you remember where
the undefined property was needing to be set? (which file?)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17107 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SHZfMsSnBBxhJQ2cxWKrgMY4fdimxks5tamU-gaJpZM4Q5RX6>
.
|
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
Environment:
OS: macOS Sierra 10.12.6
Node: 6.11.3
Yarn: 1.2.0
npm: 5.5.1
Watchman: 4.9.0
Xcode: Xcode 9.1 Build version 9B55
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.0.0-beta.5 => 16.0.0-beta.5
react-native: 0.49.0 => 0.49.0
Steps to Reproduce
Everything ok until i upgrade to RN 0.49.0 (IOS only)
The first lines of ios debug console are:
And warning on iphone (if i enable remote debug the warning not append)
Problem is
App will crash and cannot open if i run on release mode.
Log from device (iphone 6)
The text was updated successfully, but these errors were encountered: