Main.jsbundle not exist

:x: error: File /Users/expo/Library/Developer/Xcode/DerivedData/TheHolyBible-aaxkitiqabfzdnayeidfhyqxdjxl/Build/Intermediates.noindex/ArchiveIntermediates/TheHolyBible/BuildProductsPath/Release-iphoneos/TheHolyBible.app/main.jsbundle does not exist. This must be a bug with React Native, please report it here: Issues · facebook/react-native · GitHub

Hi @symlinktestmail

Please see this:

Same issue here

I did a build 2 days ago and its working fine. Yesterday i tried to add a text on a screen, once running the eas build --platform ios , then appear this error on FastLane step

Neither of you are providing enough info to help you

I just run

eas build -p ios

Then when coming up with the fastlane step, resulting on this error

The weirdest thing was i build my app 2 days ago. Then today i only add a text on a screen, when i build it, this happen.
On Android fine.

Im using

Expo 47
EAS CLI 5.6.0

With app.json & package.json below


{
  "expo": {
    "name": "Gills",
    "slug": "t_horizon",
    "version": "9.0.0",
    "privacy": "public",
    "orientation": "portrait",
    "icon": "./assets/images/gillslogo.png",
    "userInterfaceStyle": "light",
    "splash": {
      "image": "./assets/images/splash/splash.png",
      "resizeMode": "cover",
      "backgroundColor": "#ffffff"
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "plugins": [
      [
        "expo-build-properties", {
          "android" : {
            "compileSdkVersion": 33,
            "targetSdkVersion": 33,
            "buildToolsVersion" : "33.0.1",
            "kotlinVersion" : "1.7.10"
          }
        }
      ]
    ],
    "ios": {
      "buildNumber": "9.0",
      "supportsTablet": true,
      "bitcode": false,
      "infoPlist": {
        "NSCameraUsageDescription": "This app uses the CAMERA to scan card for quick payment",
        "NSLocalNetworkUsageDescription": "We will use this to send you local notifications about important updates.",
        "NSRemoteNotification": "We will send you notifications to keep you updated."
      },
      "bundleIdentifier": "com.gillfish.gillsapp"
    },
    "android": {
      "versionCode": 9,
      "adaptiveIcon": {
        "foregroundImage": "./assets/launchers/adaptive-icon.png",
        "backgroundColor": "#ffffff"
      },
      "googleServicesFile": "./google-services.json",
      "package": "com.gillfish.gillsapp"
    },
    "web": {
      "favicon": "./assets/images/gillslogo.png"
    },
    "extra": {
      "eas": {
        "projectId": "c620f304-285e-411f-b127-75b6b818f8d0"
      }
    }
  }
}
{
  "name": "t_horizon",
  "version": "1.0.0",
  "scripts": {
    "start": "expo start --dev-client",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "web": "expo start --web"
  },
  "dependencies": {
    "@babel/preset-typescript": "^7.17.12",
    "@craftzdog/react-native-buffer": "^6.0.5",
    "@expo/config-plugins": "^5.0.2",
    "@ptomasroos/react-native-multi-slider": "^2.2.2",
    "@react-native-async-storage/async-storage": "~1.17.3",
    "@react-native-community/clipboard": "^1.5.1",
    "@react-native-community/datetimepicker": "6.5.2",
    "@react-native-picker/picker": "2.4.8",
    "@react-navigation/drawer": "^5.12.5",
    "@react-navigation/native": "^5.9.4",
    "@react-navigation/stack": "^5.14.5",
    "@stripe/stripe-react-native": "0.19.0",
    "@twotalltotems/react-native-otp-input": "^1.3.5",
    "axios": "^0.27.2",
    "expo": "^47.0.13",
    "expo-app-loading": "~2.1.1",
    "expo-build-properties": "~0.4.1",
    "expo-community-flipper": "^48.0.1",
    "expo-constants": "~14.0.2",
    "expo-device": "~5.0.0",
    "expo-linear-gradient": "~12.0.1",
    "expo-location": "~15.0.1",
    "expo-notifications": "~0.17.0",
    "expo-screen-capture": "~5.0.0",
    "expo-splash-screen": "~0.17.5",
    "expo-status-bar": "~1.4.2",
    "expo-system-ui": "~2.0.1",
    "expo-task-manager": "~11.0.1",
    "geolib": "^3.3.3",
    "i18next": "^22.0.4",
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "react": "18.1.0",
    "react-dom": "18.1.0",
    "react-i18next": "^12.0.0",
    "react-native": "0.70.14",
    "react-native-countdown-circle-timer": "^3.1.0",
    "react-native-countdown-component": "^2.7.1",
    "react-native-gesture-handler": "~2.8.0",
    "react-native-image-viewing": "^0.2.2",
    "react-native-keyboard-aware-scroll-view": "^0.9.5",
    "react-native-linear-gradient": "^2.6.2",
    "react-native-picker-select": "^8.0.4",
    "react-native-reanimated": "~2.12.0",
    "react-native-render-html": "^6.3.4",
    "react-native-safe-area-context": "4.4.1",
    "react-native-screens": "~3.18.0",
    "react-native-svg": "13.4.0",
    "react-native-swipe-list-view": "^3.2.9",
    "react-native-webview": "11.23.1",
    "react-redux": "^8.0.2",
    "redux": "^4.2.0",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.4.1",
    "remote-redux-devtools": "^0.5.16"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9"
  },
  "private": true
}

Same issue
26oct build working fine but
27oct coming this error I don’t know what happened