Running Xcode in Terminal

Hi all,


I was wondering if there were any commands to run xcode in terminal. I have a program (in c++) created and I want to test it using terminal rather than just hitting the run button!


Also, I have already installed the Command Lines tool.


Thank you!

If you have the command line tools installed, you should be able to use cc to compile your code.


Dan

>was wondering if there were any commands to run xcode in terminal.


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


Building from the Command Line with Xcode FAQ

Running Xcode in Terminal
 
 
Q