EAS build failed, main.jsbundle does not exist. This must be a bug with React Native, please report it here: https://github.com/facebook/react-native/issues

Before posting your question, make sure you’ve read the documentation for both EAS Build & Submit.

If your Android or iOS build is failing- make sure you do your own research on the error message first before posting (this will give you a better understanding, and you might even find that someone else has already solved the issue!) It is not up to the Expo team to debug your project or build.

In your post, please share:

  • Whether you are bare or managed workflow
  • Your eas-cli version: “expo”: “~48.0.15”,
  • What you have tried so far: “bundle:ios”: “react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios”

I keep running into this error when attempting to eas build my app.
error: File /Users/expo/Library/Developer/Xcode/DerivedData/ragestate-cclfojvqmikhgfazfqwlretupsnf/Build/Intermediates.noindex/ArchiveIntermediates/ragestate/BuildProductsPath/Release-iphoneos/ragestate.app/main.jsbundle does not exist. This must be a bug with React Native, please report it here: Issues · facebook/react-native · GitHub

I’m able to do the command, npx expo run:ios locally and it run in the emulator but running EAS build continues to cause me failed builds.

Any help would be greatly appreciated!

please refer to Troubleshooting build errors and crashes - Expo Documentation

there are a number of reasons why your build may run locally but not remotely (eg: you are maybe doing a debug rather than release build locally, different env vars may be set, you may not be including files in git that you think that you are)