Skip to content

Unable to download Xcode in macOS 26 #320

@xander-wang

Description

@xander-wang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions