You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix restarting of application on simulator with OS < 10
In case the OS version of the simulated device is below 10, (for example 8.4) the `simctl terminate` does not kill the app immediately, so we kill it after we've called start.
Fix this by waiting 500 ms.
0 commit comments