Skip to content

How to run ios-sim all command through python script #267

Open
@prasenraj

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions