I am currently experiencing a problem with Xcode where I am unable to view the verbose output of the linker, despite having set the -v flag in my build settings. When attempting to build my project, I encounter a "Linker command failed with exit code 1" error, along with a message about "Undefined symbols". The specific issues that arise are:
After setting the -v flag for more verbose logging, the expected detailed output is not visible in the Report Navigator within Xcode.
When I right-click on the error in the Issue Navigator and select "Reveal in Log," there is no response from Xcode and the log does not appear.
Troubleshooting steps I've taken so far:
Ensured that the -v flag is correctly set in the "Other Linker Flags" section of my build settings.
Tried cleaning the build folder and deleting Derived Data.
Attempted to manually expand the error in the Report Navigator to access the detailed logs without success.
Restarted Xcode
Environment:
Xcode version: 15.2 (15C500b)
Target device: iPhone 15 Pro (17.2)
macOS version: Sonoma 14.0 (23A344)
I'm looking for assistance in resolving this issue so that I can access the detailed linker logs and address the "Undefined symbols" error. Any guidance on how to enable verbose output for the linker or alternative methods to retrieve this information would be greatly appreciated.