foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.65k stars 1.14k forks source link

xcode dont work #598

Open grekpg opened 1 year ago

grekpg commented 1 year ago

any update to system witch x-code availavle ?

walker84837 commented 1 year ago

What do you mean? Do you mean it won't install because your macOS isn't updated? If yes, it's because macOS Catalina doesn't support Xcode anymore, so you need to either log on with your Apple ID (There is a guide on how to in the docs folder) and open Settings, go to Software Updates and it will check for updates. If you don't want to go through this, open the command line, go to Launchpad (On the dock, next to the Finder icon, there is the Launchpad), there is a folder called "Other", click it, open the terminal and execute the following command: sudo softwareupdate --fetch-full-installer --full-installer-version 13 (13, which is macOS Ventura, can be whatever macOS version, for example I could put 10.15 and it would update to macOS Catalina). If you aren't familiar with sudo, you will need to enter your user password, the one you set up during the install.

victorYghor commented 1 year ago

I try to use this command in the mac terminal, and it says SUPreferenceManager: Failed to set object of class: --NSCFConstantString for key: LastRecommendeMajorOSBundleIdentifier with erro: Erro Domain=SUPreferenceManagerErrorDomain Code=1 "(null)" Install failed with error Update not found. I try to put a mac id and see if this works

Hoss-Boss commented 1 year ago

I second what @victorYghor said