views:

3832

answers:

5

I'm trying to zip up my iPhone application for App Store distribution.

The distribution instructions suggest looking in the build log to check if the mobileprovision file was included, but I can't figure out how to show a build log.

Apple's instructions:

To confirm your build was successful, check for the following:

Open the Build Log detail view and confirm the presence of the "embedded.mobileprovision” file. This will take you to the line in the build log that shows the provisioning profile was successfully called.

A: 

Check out the build results window.(the one that shows up with errors and whatnot) At the bottom of the window it should list all the commands that it used to build the app. You might also need to modify the project settings and the build settings to get what you want. Plus make sure you are building using the right build configuration (that gets me sometimes ).

curdog
+2  A: 

At the bottom left of the build window (the one that gives the summary of the build) there are 4 icons.

A tick
Yellow triange 
a few lines
Downward triangle

The first 3 toggle information. The third is the one you want it will open a full build log.

Mark
+4  A: 

Command-Shift-B to show the Build Results window. Click on a specific item in the results window to see the command line that actually executed.

Stephen Canon
+1  A: 

It seems that people do not know what Build Log is.... they all give absurd answers

Luca Zapparoli
+3  A: 

When you have the Build Results window showing, right-click on any item and select "Open These Latest Results as Transcript Text File".

Jim Hollender
Or `right-click` on any item and choose `Expand All Transcripts`.
zekel