Is there a way to copy paste the content of this warnings in Xcode ?

|
|
|
Yes. If you go to the Issue Navigator (cmd-4), you'll see a list of build warnings and errors. You can select one from the list and hit cmd-c. You'll get something like this:
|
|||
|
|
|
I know it's possible in Xcode 4. Just click the warning (or error), then press Cmd ⌘-C to copy. It will copy the file path as well, but the warning/error text will be at the end of the string. |
||||
|
|