Open3
Expo の EAS ビルドに失敗する
Expo SDK バージョンを 48 → 49 にあげると EAS ビルド時に Run fastlane
で失敗するようになった。
以下、解決方法を記載する
結論、 yarn why metro
を実行すると metro@0.72.3
, @react-native-community/cli-plugin-metro#metro@0.76.7
の2つが存在していたため、片方のみインストールするように yarn.lock
を作り直すことで解決した。
エラーログ
❌ error: File /.../app.app/main.jsbundle does not exist. This must be a bug with React Native, please report it here: https://github.com/facebook/react-native/issues
main.jsbundle does not exist
が原因。
下記が役に立った。