Appium [iOS] Instruments crashed on startup

前端 未结 5 1857
日久生厌
日久生厌 2020-12-21 10:56

Maybe somebody can help me.

When appium tries to run application, the screen flashes with app splash screen, as if appium tries to launch app multiple times. This be

5条回答
  •  情话喂你
    2020-12-21 11:33

    In my case, the following command made my life hell:

    rm -rf $HOME/Library/Developer/Xcode/iOS\ DeviceSupport/*
    

    So don't add it to the build step.

    To fix the issue: Restart device > run Xcode > connect device > build & run the app > stop & quit Xcode

    Now verify launching app without crashing the instruments.

提交回复
热议问题