ENABLE_STAGED_BUILD = 0, the build emits the following error many times:
Code: Select all
xcc2clang: error: no such file or directory: '@_iflag.rsp'
With
ENABLE_STAGED_BUILD = 1, the above error appears once, when analyzing a certain C++ file, and the build fails.
Does anyone have any idea what this might be?