Xcode 14 : Multi target, multi error reporting

Hi,

Since updating to Xcode 14 (0-.3) whenever I have a compiler error the Issue Navigator displays the same errors for ALL targets in the project not just the current target. As I have 71 targets this means massive spamming of the Issue Navigator for every build.

Ive checked in the Report Navigator and Im only building 1 target.

I know I can add a filter to the Report Navigator to reduce this but as this wasnt an issue on Xcode 13, is there some obscure Build setting I need to change to stop this?

Cheers,

Neil

Update, this is still occuring on Xcode 15, As I mention this did not occur on any previous version of Xcode, so is there any thing that is now causing this. It will occur even if I make a new project and add a few targets.

Cheers,

Neil

Any luck resolving this Neil? I've had the same problem for months and have no idea how to fix it.

If you’re seeing the same error duplicated across all targets in Xcode 14 or newer, even though only one target is active, here’s the actual fix:

Go to Xcode > Settings > General, and under the “Issues” section and disable “Show live issues”.

This setting is responsible for scanning and reporting issues from all targets in your project or workspace, regardless of which one is currently selected.

Tested and confirmed to resolve the issue.

Xcode 14 : Multi target, multi error reporting
 
 
Q