I’m using xcodebuild from the command line to compile several variations of an iPhone app but I’ve not been able to figure out how to deploy those builds into the iPhone Simulator from the command line. Could somebody please enlighten me? Thank you.
I’m using xcodebuild from the command line to compile several variations of an iPhone
Share
Get the open source “iphonesim” and it’ll do it for you: http://github.com/jhaynie/iphonesim/
It’s small and written in objective C, and it seems to work fine from the command line.