ios - Build and Run iOS7 app through command line -


i want build, run , publish ios7 app using command line tool. not getting sources it. can me out tutorial me in writing shell script build xcode project through command line , not through xcode build option.

apple has documented tutorial on :

https://developer.apple.com/library/ios/technotes/tn2339/_index.html

the build command goes :

xcodebuild -scheme myiosapp build 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -