36 Distributing Your App

The time will come when you are ready for your app to leave its nest. You have crushed all the bugs you can find and tested for leaks in Instruments. It is high time for your app to see the world!

In this chapter, you will learn how to use Xcode to prepare your app for life outside the debugger. You will follow the steps to distribute an app using the RanchForecastSplit app from Chapter 32.

Build Configurations

Until now, you have been using debug builds when trying out your apps as you have been writing them. Debug builds contain additional information that enables the debugger to show detailed stack information. Furthermore, the compiler has not performed any optimizations.

This is great ...

Get Cocoa Programming for OS X: The Big Nerd Ranch Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.