We are getting a strange message during the compilation of one of our modules while using xcodebuild (Ventura 13.4.1 and Xcode 14.3.1) in C++:
error: the following command failed with exit code 0 but produced no further output this happens
GenerateDSYMFile /path/to/file.xlib.dSYM /path/to/file.xlib (in target 'file (macOS)' from project 'file')
It generates all the files correct.
We see that for some of other project too. I could not find what could be the reason, can you help here ?
(its happening only when it's triggered in CI/CD system by a runner, the local builds are fine)