Service exited due to SIGABRT on fresh project

I have a problem on ios standalone app.
When I create a fresh project using expo init and then run expo build:ios and build for ios after install the .app file on the simulator the app crashes after showing splash screen. and in the console of the simulator these lines is printed

Oct  7 09:26:58 Amins-MacBook-Pro com.apple.CoreSimulator.SimDevice.DF5159B7-0F28-49A0-B3B5-D6C09CD200CB[38579] (UIKitApplication:com.PromptTestH.com[c174][rb-legacy][38747]): Service exited due to SIGABRT
Oct  7 09:27:11 Amins-MacBook-Pro com.apple.CoreSimulator.SimDevice.DF5159B7-0F28-49A0-B3B5-D6C09CD200CB[38579] (UIKitApplication:com.PromptTestH.com[d5ee][rb-legacy][38776]): Service exited due to SIGABRT

Please provide the following:
SDK Version:42
Platforms(Android/iOS/web/all):iOS

app.json:

{
  "expo": {
    "name": "test",
    "slug": "test",
    "version": "1.0.1",
    "orientation": "portrait",
    "icon": "./assets/icon.png",
    "splash": {
      "image": "./assets/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#ffffff"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.PromptTestH.com",
      "buildNumber": "1.0.1"
    },
    "android": {
      "adaptiveIcon": {
        "foregroundImage": "./assets/adaptive-icon.png",
        "backgroundColor": "#FFFFFF"
      }
    },
    "web": {
      "favicon": "./assets/favicon.png"
    }
  }
}

Same here
@prompthealth did you solve it?

can you please share a reproducible example project and a link to the build page? i am unable to reproduce this and so it is likely an issue with code in your app or an issue with your simulator (try resetting the simulator to factory defaults)

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