Expo crashes too much

I’m using Expo and sometimes it’s really painful. When there is some bug in the app expo server is crashing (usually when you use live reload in the app and autosave in IDE). In that case, I don’t know about any solution for reload the app again without stopping expo server (‘R’ didn’t help), delete Expo app from the similator and run it whole again (and sometimes it also doesn’t work). Is there any best practise for this?

Server shows timeout error:

[14:41:03] Installing Expo on iOS simulator

\[14:41:06] Opening exp://localhost:19000 in iOS simulator

|[14:41:16] Error running `xcrun simctl openurl booted exp://localhost:19000`: An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=60):

The operation couldn’t be completed. Operation timed out

Operation timed out

[14:41:16] Error installing or running app. Error: Process exited with non-zero code: 60

or this one:

[14:38:19] Downloading latest version of Expo

[14:38:19] Installing Expo on iOS simulator

-[14:38:23] Error running `xcrun simctl install booted /Users/janvaclavik/.expo/ios-simulator-app-cache/Exponent-2.9.0.app`: An error was encountered processing the command (domain=IXUserPresentableErrorDomain, code=1):

This app could not be installed at this time.

Failed to load Info.plist from bundle at path /Users/janvaclavik/Library/Developer/CoreSimulator/Devices/F127F0C2-D13D-4DF9-A3FB-18A3FBF58A74/data/Library/Caches/com.apple.mobile.installd.staging/temp.x55Yt5/extracted/Payload/Exponent-2.9.0.app

Failed to load Info.plist from bundle at path /Users/janvaclavik/Library/Developer/CoreSimulator/Devices/F127F0C2-D13D-4DF9-A3FB-18A3FBF58A74/data/Library/Caches/com.apple.mobile.installd.staging/temp.x55Yt5/extracted/Payload/Exponent-2.9.0.app

Underlying error (domain=MIInstallerErrorDomain, code=35):

Failed to load Info.plist from bundle at path /Users/jv/Library/Developer/CoreSimulator/Devices/F127F0C2-D13D-4DF9-A3FB-18A3FBF58A74/data/Library/Caches/com.apple.mobile.installd.staging/temp.x55Yt5/extracted/Payload/Exponent-2.9.0.app

[14:38:23] Error installing or running app. Error: Process exited with non-zero code: 1

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