How to prevent Xcode 14 building multiple targets at the same time?

Since Xcode 14 it started to compile all my 3 targets (different app versions) of my project if building just for one target (Simulator). Issues for all 3 targets are displayed at once. How to disable that ?

Post not yet marked as solved Up vote post of dobry73 Down vote post of dobry73
770 views

Replies

Did you manage to disable it?

Problem still exists with Xcode 14.2.

This is also happening for me, both projects downloaded from GitHub using Xcode's "Clone..." menu item as well as directly from the command line in Terminal.

Did you solve this?