Appium - iOS Integration - How to get response whether iOS Simulator started or not

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?

Hey there @stephen.shinde!

Could you please send us a build log so we can take a closer look? :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.