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
can you please help me how to run ios-sim command from python?
ex - ios-sim launch /Users/pp/Desktop/sampleProject.app/ --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-6
can you please help me how to run ios-sim command from python?
ex - ios-sim launch /Users/pp/Desktop/sampleProject.app/ --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-6
but when I try from python - like this
import os
os.system('"ios-sim install /Users/pp/Desktop/sampleProject.app/ --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-6"')
getting error - No such file or directory
please help me
The text was updated successfully, but these errors were encountered: