

- REACT NATIVE XCODE 12.4 INSTALL
- REACT NATIVE XCODE 12.4 UPDATE
- REACT NATIVE XCODE 12.4 UPGRADE
- REACT NATIVE XCODE 12.4 CODE
Make sure you're running a packager server or have included a. jsbundle file in your application bundle.', reason: 'No bundle URL present. 17:56:49.693555+0200 SesameApp *** Terminating app due to uncaught exception 'RCTFatalException: No bundle URL present. jsbundle file in your application bundle.
REACT NATIVE XCODE 12.4 CODE
The AppDelegate.m should link to the correct bundle file right? This code is in there: "eslint-import-resolver-babel-module": "5.1.0", "react-native-keyboard-aware-scroll-view": "0.9.1", "react-native-config": "luggit/react-native-config#master", "android": "ENVFILE=.env.dev react-native run-android -variant=devDebug -appIdSuffix=dev", "ios": "react-native run-ios -scheme \"Project - Test\" -configuration \"Test - Debug\"", Pod 'Folly', :podspec => './node_modules/react-native/third-party-podspecs/Folly.podspec' Pod 'glog', :podspec => './node_modules/react-native/third-party-podspecs/glog.podspec' Pod 'yoga', :path => './node_modules/react-native/ReactCommon/yoga' Pod 'React-jsinspector', :path => './node_modules/react-native/ReactCommon/jsinspector' Pod 'React-jsiexecutor', :path => './node_modules/react-native/ReactCommon/jsiexecutor' Pod 'React-jsi', :path => './node_modules/react-native/ReactCommon/jsi' Pod 'React-cxxreact', :path => './node_modules/react-native/ReactCommon/cxxreact' Pod 'React-RCTWebSocket', :path => './node_modules/react-native/Libraries/WebSocket' Pod 'React-RCTVibration', :path => './node_modules/react-native/Libraries/Vibration' Pod 'React-RCTText', :path => './node_modules/react-native/Libraries/Text' Pod 'React-RCTSettings', :path => './node_modules/react-native/Libraries/Settings' Pod 'React-RCTNetwork', :path => './node_modules/react-native/Libraries/Network' Pod 'React-RCTLinking', :path => './node_modules/react-native/Libraries/LinkingIOS' Pod 'React-RCTImage', :path => './node_modules/react-native/Libraries/Image' Pod 'React-RCTBlob', :path => './node_modules/react-native/Libraries/Blob' Pod 'React-RCTAnimation', :path => './node_modules/react-native/Libraries/NativeAnimation' Pod 'React-RCTActionSheet', :path => './node_modules/react-native/Libraries/ActionSheetIOS' Pod 'React-DevSupport', :path => './node_modules/react-native/React' Pod 'React-Core', :path => './node_modules/react-native/React' Pod 'React', :path => './node_modules/react-native/' Your location is required for searching jobs near you App is stuck on splash screen and Xcode shows the error as in the attached screenshotĬurrently these are my ist, Podfile and package.json:.Build the project (on device or simulator, doesn't matter).Select the scheme "Project - Test" go to "Edit scheme > Run > Build Configuration" and change the scheme to "Test - Release".
REACT NATIVE XCODE 12.4 INSTALL

Remove node_modules, ios/Pods, ios/build and Podfile.lock.React-native-cli: 2.0.1 Steps To Reproduce System Images: android-29 | Google APIs Intel x86 Atom Watchman: 4.9.0 - /usr/local/bin/watchman React Native version:ĬPU: (4) 圆4 Intel(R) Core(TM) i5-7360U CPU 2.30GHz

The deployed app via TestFlight breaks as well on startup. Re-installing the NPM dependencies and Pods removing the build folder, changing the NSAppTransportSecurity in the ist, but I've tried everything I could find on the internet so far. The release also reaches the "Build succeeded" status, but as soon the app launches it's stuck because of the "No bundle URL present" error (see also my attached Xcode screenshot). On the debug scheme it works without any problems.
REACT NATIVE XCODE 12.4 UPDATE
it seemed the update was successful.īut unfortunately my app won't work with the Test - Release scheme anymore. Although my project is already a little "complex" because it's using some libraries etc.
REACT NATIVE XCODE 12.4 UPGRADE
I've just updated my project from React Native 0.59.9 to 0.60.5 with react-native upgrade and the update helper mentioned in the official blog post.
