I am doing iOS- Appium Integration where I have added below step to add simulator and run
npm install ios-sim -g --unsafe-perm=true --allow-root
ios-sim start --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus com.apple.CoreSimulator.SimRuntime.iOS-13–0
It shows me simulator is started when executed above script
But when my automation script starts executing that time it gives me error message that "The simulator E3FB30EC-9D60-4CDC-BDD9-4E72EC9218BC has failed to finish booting after 122s"
Is there any way by which we know Simulator is ready to install app or not?
or is there any other command to start simulator and install app in it?