dotnet-maui-check icon indicating copy to clipboard operation
dotnet-maui-check copied to clipboard

Xcode.app (19203) not installed

Open kefyru opened this issue 4 years ago • 6 comments

What is it mean? Cant find this xcode version on apple downloads

kefyru avatar Aug 12 '21 06:08 kefyru

There is no good way to retrieve the right version of Xcode programmatically unfortunately. This should be Xcode Beta 3.

jfversluis avatar Aug 12 '21 13:08 jfversluis

I downloaded Xcode beta 5 and didn't find it, I need to "downgrade" to beta 3?

image

titoluyo avatar Aug 13 '21 20:08 titoluyo

I found the fix, and this is because I have side-by-side XCode 12 along with XCode 13 Beta 5. I have to select which is the XCode version I'm working with, and this is with the command: sudo xcode-select -s /Applications/Xcode-beta.app/

and run the maui-check again

image

titoluyo avatar Aug 14 '21 15:08 titoluyo

BTW the place where you can download XCode 13 Beta 5 is https://developer.apple.com/download/ and select the "Beta" link you need your Apple Developer account

image

titoluyo avatar Aug 14 '21 15:08 titoluyo

I found the fix, and this is because I have side-by-side XCode 12 along with XCode 13 Beta 5. I have to select which is the XCode version I'm working with, and this is with the command: sudo xcode-select -s /Applications/Xcode-beta.app/

and run the maui-check again

image

Same issue here and maui-check suggested selecting xcode-beta, but failed to. Had to do it manually as specified in this workaround.

alexeystrakh avatar Aug 18 '21 00:08 alexeystrakh

@Redth on a fresh macOS install I had installed Xcode-beta but after running maui-check it didn't actually show an error. It also didn't list a version of Xcode. Xcode-Beta is the only version currently installed. It would be great if maui-check could:

  1. Detect that Xcode-Beta is installed
  2. Run xcode-select

dansiegel avatar Sep 11 '21 06:09 dansiegel