-
|
Xcode was automatically updated in the background to version 26.3 (I probably need to find a way to disable automatic updates). Unfortunately, I don’t have enough disk space on my Mac to reinstall version 26.2, so I’ll have to wait until support for 26.3 is released. Could you please let me know if there is an estimated timeline for when 26.3 will be supported? I’d like to understand how long I might need to wait. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
As far as I know Xcode 26.3 is the same as Xcode 26.2 in terms of APIs, so it should work. Just disable version validation check in csproj ValidateXcodeVersion=false It likely updated itself because it was installed through the App Store. I recommend using XcodesApp to manage your Xcode versions. You can also install version 26.2 through it: https://github.com/XcodesOrg/XcodesApp For updates on support new xcode version check this repo: https://github.com/dotnet/macios/issues |
Beta Was this translation helpful? Give feedback.
As far as I know Xcode 26.3 is the same as Xcode 26.2 in terms of APIs, so it should work. Just disable version validation check in csproj ValidateXcodeVersion=false
dotnet/macios#24464 (comment)
It likely updated itself because it was installed through the App Store. I recommend using XcodesApp to manage your Xcode versions. You can also install version 26.2 through it: https://github.com/XcodesOrg/XcodesApp
For updates on support new xcode version check this repo: https://github.com/dotnet/macios/issues