Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XCode 14.1 not supported #160

Open
OliverMatthews opened this issue Nov 21, 2022 · 2 comments
Open

XCode 14.1 not supported #160

OliverMatthews opened this issue Nov 21, 2022 · 2 comments

Comments

@OliverMatthews
Copy link

When running maui-check on a system with XCode 14.1 installed, the check reports an error because it's expecting XCode 13.3.

For users on macOS Ventura (now publicly available), it is not possible to downgrade to XCode 13.3. Please can support be added for XCode 14.1?

@rstolpe
Copy link

rstolpe commented Jan 6, 2023

it's the same for .net 7, when you try to run this tool without .net 6 you get the following respons:

Architecture: arm64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (arm64)
.NET location: /usr/local/share/dotnet

The following frameworks were found:
  7.0.1 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=arm64&rid=osx.13-arm64

@jtorres
Copy link

jtorres commented Feb 9, 2023

same here, it should check minimum version (not exact version),, as a workaround I fixed it by adding --skip xcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants