Developing for the iPhone outside Xcode

后端 未结 3 2051
无人共我
无人共我 2021-01-31 12:54

I\'d like to develop and run my iPhone applications from the command line and my personal editor instead of having to use Xcode.

So far I\'ve been able to edit all the f

3条回答
  •  灰色年华
    2021-01-31 13:05

    All you need to do is copy the built .app from wherever XCode puts it to ~/Library/Application Support/iPhone Simulator/[some version]/Applications/[somefolder]/.

    Then, launch /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iOS Simulator.app. Not sure how to get it to launch a specific application, but that'll take you to the home screen.

提交回复
热议问题