vote up 4 vote down star
1

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.

flag

What's the advantage to doing this over just build and go or run from the xcode top-bar? – TahoeWolverine Jul 30 at 16:12
I'm building several dozen apps at a time. – Teflon Ted Jul 30 at 16:13
This would be useful to know. – JP Sep 7 at 22:32

2 Answers

vote up 1 vote down

It would appear that using the -sdk iphonesimulator3.0 flag with xcodebuild should generate the .sb files, but this doesn't seem to work. Maybe it's not possible ? Anybody have an answer ? Thanks.

link|flag
vote up -2 vote down

This topic will tell you how to do it manually, you should be able to automate the process as well:

http://stackoverflow.com/questions/947317/can-i-install-an-app-to-the-simulator-without-the-source-code

link|flag
thanks but that topic just explains how to copy an already-deployed-to-simulator project to another machine. – Teflon Ted Jul 30 at 18:32
Just create the mentioned .sb file programatically and copy your executable built for the simulator along with that file into the applications directory in the simulators folder in your Library. – Greg Martin Aug 3 at 3:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.