tags:

views:

32

answers:

1

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