Developing for the iPhone outside Xcode

后端 未结 3 2130
无人共我
无人共我 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:20

    I doubt it. If you jailbreak your phone and install SSH on it you could set up something to >>copy the .app over wifi, but that's a fair bit of work. – Noah Witherspoon Jan 13 '09 at 5:24

    I did all of my beginning iphone development work this way. Just ssh'ing over the binary executable and whatever other files you might need (after you locate the App folder on your phone) is actually much faster than installing the application from xCode. Note that I wasn't running the debugger.

提交回复
热议问题