How to deploy a Mac Command Line Tool
I've created a console application using the Xcode OS X Command Line Tool project template. When everything is said and done, where are the actual "Release" binaries placed on my machine? After searching SO, I found out where I could find the "Debug" binaries: ~/Library/Developer/Xcode/DerivedData/Project/Build/Products/Debug Where can I find the "Release" binaries? Or is there additional setup that is needed in Xcode to output these binaries so that I can distribute console application? The scheme settings determine whether the Debug or Release version is built. The default scheme builds