dotnet-maui-check
dotnet-maui-check copied to clipboard
XCode 12.4 Checkup... XCode.app () not installed.
When running maui-check it fails on Xcode checkup saying that Xcode 12.4 is not installed when in fact it is installed. In VS for Mac the path is /Applications/Xcode.app/
I have the same issue
I found in your code that you're running xcodebuild -version
, which result in this error xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
. I fixed it by running sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
.
@JoshuaOliphant running sudo xcode-select -s /Applications/Xcode.app/Contents/Developer works! Thanks!
Thanks, I'll think about how to adjust this error better...
Getting this error on preview 4 and Xcode 12.5 on an apple m1 Mac mini.
Getting the same error on preview 4 and Xcode 12.5 on my MacBook Pro.
Executing the sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
command solved the issue.
Got this for preview 6 and XCode 13 beta. Solution is to run:
sudo xcode-select -s /Applications/Xcode-beta.app
I'm running into this issue still, after executing the xcode-select
command. .NET Preview 6, XCode 12.5.1 (12E507).
I'm running into this issue still, after executing the
xcode-select
command. .NET Preview 6, XCode 12.5.1 (12E507).
This is a bit of an old issue but are you using an M1 mac? I had to run everything in a Rosetta terminal to get it to work.
Also for some reason it only worked with Xcode 13 beta, not Xcode 12.5.1.
@u2m4c6 It's answered here Xcode 13 beta or above is required.
I'm running into this issue still, after executing the xcode-select command. Full maui-check Log Full maui-check Log.txt