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
In case application is not installed on simulator, `xcrun simctl get_app_container ...` command returns some random path that does not exist. In case you install the application after that, the path is not the same as the returned by the command before that.
So check if the path exists and return null in case it does not.
// In case application is not installed on simulator, get_app_container returns some random location. After you installation, the application goes in a different location.
0 commit comments