Instruments crashed on startup - Appium ios real device

前端 未结 2 1673
不思量自难忘°
不思量自难忘° 2021-01-27 11:06

I am doing iOS automation on real device. But i got stuck with the error \"Failed to start an Appium session, err was: Error: Instruments crashed on startup\". logs are below.

2条回答
  •  灰色年华
    2021-01-27 11:36

    The problem was that I did not have the appium instruments node package installed. Once I installed it the crash went away. Check that you have the appium-instruments node package installed:

        npm install appium-instruments
    

提交回复
热议问题