Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode4 show all output (remove "Showing first 200 notices only")

Tags:

xcode

New bug Apple added to Xcode4 latest version: if there's more than 200 lines of output, it's all deleted.

Obviously, if there's output, it's there for a reason, and I need to see it :(.

I tried looking for a Preference, or a GUI, or a button, but can't find anything.

Surely they didn't hardcode it to prevent you seeing your own output? :)

like image 583
Adam Avatar asked Dec 23 '11 18:12

Adam


2 Answers

I had this problem with output from a custom build script. Looking at the Log Navigator, if I select the "Run custom shell script..." line that I'm interested in, a button with several horizontal lines appears on the right of that line. Clicking this button shows all the output from my script. Even the output past that 200 line limit.

It's a bit cumbersome to read through like this, but you can right click to copy it out for pasting into the text editor of your choice.

Here's what the button looks like in the log navigator:

The log navigator line for my shell script, showing the

like image 62
Cruinh Avatar answered Nov 06 '22 15:11

Cruinh


Click on Expand All Transcripts

Right click on the Run custom shell script and then click on Expand All Transcripts

like image 40
i_raqz Avatar answered Nov 06 '22 13:11

i_raqz