-
Notifications
You must be signed in to change notification settings - Fork 7
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
React Native App fails to launch with Hotbox installed #8
Comments
Does the project crash in xcode? Sounds related to this: facebook/react-native#15762 |
No, I compiled useing the RN compiler command for IOS. I just compiled using xcode. It completed successfully. After launching the simulator, again it crashed. Here is the traceback message. 2017-09-04 13:26:53.009 [info][tid:main][RCTCxxBridge.mm:188] Initializing <RCTCxxBridge: 0x6080001bf2c0> (parent: <RCTBridge: 0x6000000ae280>, executor: (null)) |
Yup, that's the same error I saw the other day. Follow the link I posted |
I created a new React Native project. Installed the HotBox library. Everything compiles successfully. However, within the ios simulator, the app launches but doesn't load into the welcome to React Native screen instead it quietly closes. I have not modified any code other than linked the Hotbox libraries. Is there any additional setup I need to complete successfully launch the app?
Moses
The text was updated successfully, but these errors were encountered: