Expo 49 build app does not start on IOS but works on Expo GO

Please provide the following:

  1. SDK Version: 49
  2. Platforms(Android/iOS/web/all): IOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hi guys,

I have a react-native app that has been wrapped with expo 49. During development, since I have used expo go, it worked flawlessly and I nearly finished the app. When I want to deploy the app, I build the project with expo and create an ipa file. But somehow the app crashes immediately when I want to open it. During this runtime, the only thing that may mean somehing is below:

I am having the same error

FrontBoard	18:24:03.164308+0200	Scene FBSceneManager/sceneID:app.aaa.www-default update failed: <NSError: 0x28505c120; domain: FBSceneErrorDomain; code: 1 (operation-failed); reason: "Scene update failed."> {
    NSUnderlyingError = <NSError: 0x280e9c7b0; domain: BSServiceConnectionErrorDomain; code: 3 (OperationFailed); reason: "XPC error received on message reply handler">;
}	32
FrontBoard	18:24:03.164525+0200	Scene FBSceneManager/sceneID:app.aaa.www-default update failed: <NSError: 0x281195740; domain: FBSceneErrorDomain; code: 1 (operation-failed); reason: "Scene update failed."> {
    NSUnderlyingError = <NSError: 0x280e9c6f0; domain: BSServiceConnectionErrorDomain; code: 3 (OperationFailed); reason: "XPC error received on message reply handler">;
}	32
FrontBoard	18:24:03.164994+0200	Scene FBSceneManager/sceneID:app.aaa.www-default update failed: <NSError: 0x28505c8d0; domain: FBSceneErrorDomain; code: 1 (operation-failed); reason: "Scene update failed."> {
    NSUnderlyingError = <NSError: 0x280e9d440; domain: BSServiceConnectionErrorDomain; code: 3 (OperationFailed); reason: "XPC error received on message reply handler">;
}	32

Also my app includes dependencies below:

"@expo-google-fonts/inter": "^0.2.3",
    "@expo/rudder-sdk-node": "^1.1.1",
    "@expo/spawn-async": "^1.7.2",
    "@expo/vector-icons": "^13.0.0",
    "@expo/xcpretty": "^4.2.2",
    "@miblanchard/react-native-slider": "^2.3.1",
    "@react-native-masked-view/masked-view": "^0.2.9",
    "@react-navigation/native": "^6.1.7",
    "@react-navigation/stack": "^6.3.17",
    "@reduxjs/toolkit": "^1.9.5",
    "expo": "^49.0.6",
    "expo-app-loading": "^2.1.1",
    "expo-blur": "~12.4.1",
    "expo-font": "~11.4.0",
    "expo-status-bar": "~1.6.0",
    "expo-updates": "~0.18.11",
    "install": "^0.13.0",
    "lottie-react-native": "5.1.6",
    "react": "18.2.0",
    "react-native": "0.72.3",
    "react-native-dropdown-picker": "^5.4.6",
    "react-native-dropdown-select-list": "^2.0.4",
    "react-native-elements": "^3.4.3",
    "react-native-gesture-handler": "~2.12.0",
    "react-native-maps": "1.7.1",
    "react-native-pager-view": "6.2.0",
    "react-native-reanimated": "~3.3.0",
    "react-native-safe-area-context": "4.6.3",
    "react-native-screens": "~3.22.0",
    "react-native-snap-carousel": "^4.0.0-beta.6",
    "react-native-tab-view": "^3.5.1",
    "react-native-webview": "13.2.2",
    "react-redux": "^8.1.1"

There is this answer:

But I really did not understand and idk if it actually is my problem.

Any ideas? I would appreciate a lot guys.

Thx for the help

BR

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.