Jump to content

Xcode—How to create a release build of Objective-C code?


Recommended Posts

I am working on a new workflow that uses a custom command line binary, written in Objective-C. It's my first stab at writing any C code, and the first time I've ever (seriously) used Xcode.

 

I have the majority of the code written, and it builds just fine for debugging. However, since these builds are only for my MacBook's architecture, I can't distribute them for others to use.

 

How do I create a release build using Xcode? I'm using Xcode 5.0.1 (5A2053) on OS X 10.9 (13A603).

 

If someone could include directions for both command line apps and Cocoa apps, that would be fantastic :)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...