macos icon indicating copy to clipboard operation
macos copied to clipboard

Unable to download Xcode in macOS 26

Open xander-wang opened this issue 2 months ago • 1 comments

Operating system

Windows 11

Description

Image

After automatic updates to macOS 26, it seems that my Apple account is logged in, but Xcode failed to be installed.

Docker compose

services:
  macos:
    image: dockurr/macos
    container_name: macos
    environment:
      VERSION: "13"
      RAM_SIZE: "8G"
      CPU_CORES: "10"
      DISK_SIZE: "64G"
    devices:
      - /dev/kvm
      - /dev/net/tun
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
      - 5900:5900/tcp
      - 5900:5900/udp
    volumes:
      - ./macos:/storage
    restart: always
    stop_grace_period: 2m

Docker log

Attaching to macos
macos  | ❯ Starting macOS for Docker v2.19...
macos  | ❯ For support visit https://github.com/dockur/macos
macos  | ❯ CPU: Intel Core Ultra 7 265K | RAM: 29/32 GB | DISK: 105 GB (v9fs) | KERNEL: 6.6.87.2-microsoft-standard-WSL2...
macos  |
macos  | ❯ Building boot image...
macos  | ❯ 
macos  | ❯ Model: iMacPro1,1
macos  | ❯ Rom: 0016cb47f4c3
macos  | ❯ Serial: C02CXHY9HX87                                                                                                                            
macos  | ❯ Board: C02026303CDJG36UE                                                                                                                        
macos  | ❯                                                                                                                                                 
macos  | ❯ Booting macOS using QEMU v10.0.3...                                                                                                             
macos  | 
BdsDxe: failed to load Boot0080 "Mac OS X" from PciRoot(0x0)/Pci(0xA,0x0)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,D2AF0B9262B5D34AA9185C7D8C0F74F3)/\734A7860-2A64-4CF3-8617-6AA81F827D80\System\Library\CoreServices\boot.efi: Not Found
macos  | BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
macos  | BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
macos  | BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
macos  | #[EB|LOG:EXITBS:END] _
macos  | #[EB.BST.FBS|-]
macos  | #[EB|B:BOOT]
macos  | #[EB|LOG:HANDOFF TO XNU] _
macos  | ======== End of efiboot serial output. ========

Screenshots (optional)

No response

xander-wang avatar Sep 30 '25 05:09 xander-wang

hey you can try fix it with this guide. Sometimes appstore will not work because it is running inside a vm so that trying to make macOS think that it is running on a real mac https://github.com/dockur/macos/issues/266 @xander-wang

ducminh11102012 avatar Oct 03 '25 08:10 ducminh11102012