Open
Description
ref: unoplatform/uno#20627 (comment)
Right now uno-check
won't report an warning/error if you have Xcode 16.4 while 16.3 is required.
This might sounds normal since it's generally accepted that newer versions are backward compatible.
However this is not always the case with Xcode. The Microsoft SDK (for iOS) might not be compatible with the newer Xcode version.
In such case uno-check
won't report an error (or warning) and the builds (or deployments) won't work since the Mac configuration is not correct.