Xcode 3.2: Where Did the Build Transcript Go?

September 9th, 2009

Filed under: Xcode | Be the first to comment!

The build transcript lets you see the details of how Xcode built your project. If you upgraded to Xcode 3.2 and looked at the build results window, you noticed the group of four buttons that let you open the build transcript was missing. How do you access the build transcript?

In the build results window you should see a listing for each step in the build. At a minimum, you shoud see one listing for each source code file in your project. Selecting a listing displays the build transcript button on the right side of the window. In the screenshot below, you can see the build transcript button next to the icon saying the file GameApp.cpp has 6 warnings.

BuildResultsWindow

Click the button to see the build transcript.

BuildTranscript

If a step in the build process generates errors or warnings, the build transcript button appears automatically.

Tags:


Leave a Reply

Your email address will not be published. Required fields are marked *