Duplicated binaries on every build in .XCInstall

I am on the latest Xcode (14.2). I am building an iPad app to run natively on Apple Silicon Mac using "Designed for iPad". Recently I realized that on every build, Xcode creates a brand new binary in "/DerivedData/MyApp-xxxxxxxxxxxx/Build/Products/Debug-iphoneos/.XCInstall/". They are named: MyApp, MyApp1, MyApp2,....MyApp300, etc.... I am pretty sure this is something recent. Those files are easy to get rid of but it is still a bit annoying.

Anybody seeing this? Anyway to stop this?

Post not yet marked as solved Up vote post of hlx Down vote post of hlx
395 views

Replies

I am seeing the same behaviour for all “Deisgned for iPad” builds, even with the most recent Xcode version. Is there any update on this?