Legacy Build System has been deprecated since Xcode10+ but can still choose to use it. In the newest xcode Xcode13 you would encounter an error if attempt to use it - release note reference
We were able to get our App build to device using the New Build System but it only works on the initial build. The subsequent builds will encounter a Unable To Install
error. We find that reopen Xcode, close out simulators, clearing derivedData, Clean Build folder would make the build work again but only once then the "Unable To Install" error would appear again.
Anyone else seeing similar issues in Xcode13? If so, do you have suggestions or workaround?