Service exited due to SIGABRT

Hello World. I have an application that I am trying to push to the App Store. The app works efficiently as expected when I run it on expo using “expo start”, and through the expo app when I run it live. However, when I go to build the app in my expo-cli using the command ‘expo build:ios’ I get the build artifact in the form of an IPA file. On my first usage to push it to the app store, the app crashed on first opening. After some more attempts to open, I was unfortunately met with the utterly same result. I then proceed to retry my attempts using the simulator-based build for my ios simulator on my 2017 Macbook Pro. And I was met with this crash log:

Feb 26 15:25:56 Tys-MacBook-Pro ComHelveticoAllergynclub[3706]: assertion failed: 19F101 17E255: libxpc.dylib + 83746 [4C712F12-2C58-3CCE-BA41-4D361D578D13]: 0x7d
Feb 26 15:25:57 Tys-MacBook-Pro com.apple.CoreSimulator.SimDevice.E7E6E08C-AEEA-4390-8DE8-BE48F676F473[3579] (UIKitApplication:com.helvetico.allergynclub[d42b][rb-legacy][3706]): Service exited due to SIGABRT

expo diagnostics
Expo CLI 3.20.1 environment info:
System:
OS: macOS 10.15.5
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.16.1 - /usr/local/bin/node
Yarn: 1.9.4 - /usr/local/bin/yarn
npm: 6.13.4 - /usr/local/bin/npm
IDEs:
Android Studio: 3.5 AI-191.8026.42.35.6010548
Xcode: 11.4/11E146 - /usr/bin/xcodebuild
npmPackages:
expo: ^37.0.12 => 37.0.12
react: ~16.9.0 => 16.9.0
react-dom: ~16.9.0 => 16.9.0
react-native: ~0.61.5 => 0.61.5
react-native-web: ~0.11.7 => 0.11.7
react-navigation: ^4.3.9 => 4.3.9
npmGlobalPackages:
expo-cli: 3.20.1

Expo CLI 3.20.1 environment info:
System:
OS: macOS 10.15.5
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.16.1 - /usr/local/bin/node
Yarn: 1.9.4 - /usr/local/bin/yarn
npm: 6.13.4 - /usr/local/bin/npm
IDEs:
Android Studio: 3.5 AI-191.8026.42.35.6010548
Xcode: 11.4/11E146 - /usr/bin/xcodebuild
npmPackages:
expo: ^37.0.12 => 37.0.12
react: ~16.9.0 => 16.9.0
react-dom: ~16.9.0 => 16.9.0
react-native: ~0.61.5 => 0.61.5
react-native-web: ~0.11.7 => 0.11.7
react-navigation: ^4.3.9 => 4.3.9
npmGlobalPackages:
expo-cli: 3.20.1

If anyone could tell me what the issue is and assist my endeavor in unraveling this issue I will be eternally grateful! Thank you!

1 Like

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