My first post here.
After a failed build, clicking the "Command CompileC failed with nonzero exit code", the build issue report used to display. Now, clicking on the above blue box, nothing happens. I just updated to Ventura 13.6.3 this morning and Xcode 15.2 is now active. I have a basic C command line project and have a couple asm files added to the project that are called from C.main.
I've tried restarting Xcode and removed all the build files (clean build folder) and still do not see the error listing.
Also, how do I generate a listing file for the assembled files? I've looked in build settings -> build options, but I don't see where to provide settings for the assemble step.