EAS Build for iOS simulator

The build was indicated as successful in EAS build page.
After downloading and installing the app in the simulator (iPhone 12 Pro + iOS 14.5), I opened the app but it just crashed within less than 1 second. (e.g. I can only see the splash screen)

I am not sure what’s the problem with it after reading the build logs.
There is one stder message from “Installing pods” logs

[stderr] [!] <PBXResourcesBuildPhase UUID=13B07F8E1A680F5B00A75B9A> attempted to initialize an object with an unknown UUID. 6DB5FE37133C40FC90DFA95E for attribute: files. This can be the result of a merge and the unknown UUID is being discarded.

If anyone can help or pointing a direction. Thank you.

Note, the app is working fine while developing in local iOS simulator and Expo Go.

Updates:
Here is the system logs from simulator including everything from opening app to crash.

Sep 23 13:30:24 syslogd[77541]: ASL Sender Statistics
Sep 23 13:30:24app[47937]: assertion failed: 20F71 18E182: libxpc.dylib + 50305 [454053CA-B690-3B99-BE31-2369B04EA493]: 0x7d
Sep 23 13:30:24 com.apple.CoreSimulator.SimDevice.DD88D82A-EF4C-4257-AC19-0738C6307D7A[77524] (UIKitApplication:com.xxx.ios.app[7a6f][rb-legacy][47937]): Service exited due to SIGABRT

Here is the build page url
https://expo.dev/accounts/ratecityadmin/projects/rc-native-app/builds/1cc2f0a1-6001-44a0-ac5b-1a5125fa4de7

See this page Debugging - Expo Documentation

Another way you can try to reproduce locally is with expo run:ios but it requires that you have xcode installed

Thanks, I’ll check.

I haven’t enrolled with Apple Developer Program at this stage
Thus, I am testing the build for iOS simulator to see how it works.

shouldn’t be needed, you can build locally without enrolling

1 Like