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
Note also that you can set up XCode to use external editors, even for source code. In this setting, you'd open XCode to look at the treeview displaying the files and other items making up your project, but once you double-click a sourcecode file it would open in e.g. Emacs.
There's a screencast over at Mac Developer Network demonstrating this: link