How to get the executable files from the xcode
+2
A:
If you're meaning to ask how to retrieve a compiled executable from a built Xcode project, you can find it in the build/Debug
or build/Release
folder in the project folder, depending on the build settings of the project.
itaiferber
2010-09-08 04:03:06