Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does Xcode save the program's executable files or equivalent files?

Tags:

xcode

I'm trying to do a I/O redirection to get input into my program from a file. I need to know where the executable file is located to enter it into the terminal. I'm on a mac, using Xcode, in C. Also, I can only use the terminal to get the input.

like image 471
user1681673 Avatar asked Nov 23 '12 00:11

user1681673


1 Answers

Go to Xcode > Preferences > Locations:

enter image description here

like image 100
DrummerB Avatar answered Sep 21 '22 04:09

DrummerB