Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see detailled error message "Apple Mach -O Linker Error" in Xcode?

Tags:

xcode

clang

I have only one error but I don't know what's exactly. I would like to see the exact Linker error message output in the std err in Xcode. How to do that in Xcode?

like image 584
John Smith Avatar asked Mar 09 '23 05:03

John Smith


1 Answers

Right-click the error message you described in Xcode, and choose the option "Reveal in Log". That displays the full error message.

like image 144
teusbenschop Avatar answered Apr 05 '23 22:04

teusbenschop