xcode7 - Performing in command line what Xcode does when you run a build -


is possible perform on command line xcode when build , run against iphone hooked through usb.

i trying automate upload , install iphone process without using play button.

tho didn't try, can that.

xcode front-end of xcodebuild command line tool , other things.

here's link apple give basic info: https://developer.apple.com/library/ios/technotes/tn2339/_index.html#//apple_ref/doc/uid/dts40014588-ch1-how_do_i_build_my_projects_from_the_command_line_

to use command, check here: https://developer.apple.com/legacy/library/documentation/darwin/reference/manpages/man1/xcodebuild.1.html

see -destination part.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -