Is there a quick way to build & install to iPhone (from XCode) without starting the app?
Posted
by Olie
on Stack Overflow
See other posts from Stack Overflow
or by Olie
Published on 2008-11-07T18:13:45Z
Indexed on
2010/05/13
4:04 UTC
Read the original article
Hit count: 251
In XCode, I can use CMD-R to run (or CMD-Y to debug), and my app will compile, install on the phone & start-up. (I've already prepped my phone & XCode so this part works as expected.)
What I'd LIKE to do is type CMD-<something else> and have my program compile & install on the phone, but NOT start-up.
I realize that I can just CMD-B to build, then go through some rigamarole to deploy, but I'm hoping one of you smart-folk can tell me the lazy-man's shortcut for all of this.
Thanks!
© Stack Overflow or respective owner