Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you show Xcode's build log? (Trying to verify if iPhone distribution build zip was created correctly.)

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.

like image 797
zekel Avatar asked Sep 28 '09 19:09

zekel


People also ask

Where are Xcode build logs stored?

It's located in ~/Library/Developer/Xcode/DerivedData and contains a TON of folders. Once you go into one of you app-specific folders there is a sub folder called Logs/Test which contains a bunch of (seemingly randomly named) .

How do I build for release in Xcode?

To create a release build, you have to edit your current scheme (⌘<) and highlight "Run [name of application]. On the right, select "Build Configuration" and choose "Release". Build as usual.


1 Answers

alt text

alt text

alt text

alt text

i have highlighted what you need to change. select "All messages" instead of "Issues Only" and the follow the screenshots below.

like image 153
SRI Avatar answered Sep 19 '22 21:09

SRI