I have a Mac command line application, built with XCode. Is it possible to build and run the relevant target from the terminal?
Asked
Active
Viewed 76 times
0
-
1You're looking for `xcodebuild`. – Matt Ball Mar 17 '14 at 13:24
-
I can't figure out how to do it with xcodebuild – Erik Sapir Mar 17 '14 at 13:25
-
1See [xcodebuild man pages](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcodebuild.1.html) – Emmanuel Mar 17 '14 at 13:41