Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to copy/paste error or warning messages from Xcode 4?

Tags:

xcode4

Say I've got some compiler errors in Xcode. Say I want to ask about those errors on Stack Overflow.

How should I do that? Do I have to read the warning message and type?

So many people ask about the exact error with no misspelling; I bet there is a way to copy and paste those errors. What is it?

like image 992
user4951 Avatar asked May 18 '12 04:05

user4951


2 Answers

Press cmd+7 to get to the Log navigator, select the last build log, find your error message, right click and copy.

like image 22
jimpic Avatar answered Oct 20 '22 09:10

jimpic


I think you can how:

1) Cmd + 4. For Open a Issue Navigator

2) Click on "By Type" for sort by warning and error issues

3) Then finding your error, then Right click and Copy

4) Your error message in your clipboard and you can paste this at anywhere

Hope this help to you

like image 69
CReaTuS Avatar answered Oct 20 '22 09:10

CReaTuS