77

I'm getting an error from lipo and I'd like to see all the steps leading up to it.

The xcode UI is only showing me the errors themselves. Is this located as a text file or can xcode 5 show the complete log some how?

Joseph Lennox
  • 3,202
  • 1
  • 27
  • 25

1 Answers1

141

Go to the Log navigator in Xcode...

enter image description here

choose the build which you want to examine...

enter image description here

then control-click on the "Build target AppName" line in the editor...

enter image description here

You'll get a context menu which includes the option "Expand All Transcripts".

enter image description here

bneely
  • 9,083
  • 4
  • 38
  • 46
  • Where is the build log located on disk? – tboyce12 Jun 08 '16 at 17:59
  • 2
    To open build log in another editor, you can enter log navigator, select a build, select one or more "Build target ..." entries, right click, and select copy. Then paste into other editor. Seems hacky IMO. – tboyce12 Jun 08 '16 at 18:01