Terminal command to build and install the iPhone app in simulator without launching from Xcode

后端 未结 2 638
余生分开走
余生分开走 2020-12-31 17:07

Is there any terminal command that can be used to achieve this?

I know xcodebuild install -configuration can compile our xcodeproj from terminal without

2条回答
  •  旧巷少年郎
    2020-12-31 17:37

    Please see the following github project (search for iphonesim)

    This will allow you to launch the iphone simulator from the command line.

    (Sorry, it won't seem to let me post a valid URL in this answer)

提交回复
热议问题