views:

231

answers:

2

For some reason, a choice for "Distribution" configuration is not showing up for building an app in the latest Xcode 3.2.2 with iPhone SDK 3.2 when I'm trying to build an app for the iPad

Any one else seeing this? I can set it to "Debug" or "Release" but there isn't even an option for Distribution.

+3  A: 

You add it yourself. Duplicate the Release config.

Squeegy
thanks! i'm new to this stuff
iWasRobbed
+2  A: 

Double Click on the .xcodeproj icon in the left pane, I believe called Groups & Files. Then, In the Configuration Tab, duplicate the "Release" and rename it "Distribution".

DysonApps
thanks! new to this stuff
iWasRobbed