Developing for the iPhone outside Xcode
Posted
by Federico Builes
on Stack Overflow
See other posts from Stack Overflow
or by Federico Builes
Published on 2009-01-12T16:23:00Z
Indexed on
2010/03/24
2:43 UTC
Read the original article
Hit count: 418
iphone
|iphone-sdk
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 files in Emacs and run
xcodebuildin the project to compile/link/etc.
The next step would be to create a Makefile task to launch the iPhone Simulator with my current application. Any ideas of how can I do that?
Update: I'm not interested in XCode calling my editor, I just want to forget about the IDE as much as I can.
© Stack Overflow or respective owner