main.jsbundle not found for ios
See original GitHub issueEnvironment
System: OS: macOS 10.15.5 CPU: (4) x64 Intel® Core™ i5-5257U CPU @ 2.70GHz Memory: 239.48 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.18.2 - ~/.nvm/versions/node/v12.18.2/bin/node Yarn: 1.10.1 - /usr/local/bin/yarn npm: 6.14.5 - ~/.nvm/versions/node/v12.18.2/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.9.3 - /Users/ivo/.rbenv/shims/pod SDKs: iOS SDK: Platforms: iOS 13.5, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2 Android SDK: API Levels: 24, 27, 28, 29 Build Tools: 28.0.3, 29.0.2 Android NDK: 20.0.5594570 IDEs: Android Studio: 3.4 AI-183.6156.11.34.5692245 Xcode: 11.5/11E608c - /usr/bin/xcodebuild Languages: Java: 1.8.0_131 - /usr/bin/javac Python: 2.7.16 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.13.1 => 16.13.1 react-native: 0.63.0 => 0.63.0 npmGlobalPackages: react-native: Not Found
Upgrading version
0.63
Problem
Running xcode build result in main.jsbundle not found
Solution
I had imports like this:
import Component from '..'
replacing these imports with relative paths seems to have resolved the issue. Here is my SO answer to a question regarding main.jsbundle for 0.63
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:12
Top GitHub Comments
I am also facing same issue.
This seems to be related to usage of babel-plugin-module-resolver in my case. Were you using that too?
I haven’t figured out a workaround yet. Removing usage of that plugin isn’t really a great solution.