You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a blocker, as it works when we build to a physical device (and can then archive) -- but something worth cleaning up. Refs facebook/react-native#5770
2016-03-07 09:22:08.433 DoSomething[1436:91544] *** Terminating app due to uncaught exception 'RCTFatalException: Unable to execute JS call: __fbBatchedBridge is undefined', reason: 'Unable to execute JS call: __fbBatchedBridge is undefined'
The text was updated successfully, but these errors were encountered:
+1, this is found when I comment the line jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"]; and use jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; instead and set Production to Release. But this would happen even I change Production back to product.
Upgrading to RN 0.22, I get this error when running on my Debug scheme but not on Release. I'm curious if this relates to my package.json looking like this:
Not a blocker, as it works when we build to a physical device (and can then archive) -- but something worth cleaning up. Refs facebook/react-native#5770
The text was updated successfully, but these errors were encountered: