Hi everyone, I wanted to share that I had issues downloading the iOS 27 beta due to "Fetching Download Information" and wanted to share that running this worked for me:
xcodebuild -downloadPlatform iOS -architectureVariant arm64
Hi everyone, I wanted to share that I had issues downloading the iOS 27 beta due to "Fetching Download Information" and wanted to share that running this worked for me:
xcodebuild -downloadPlatform iOS -architectureVariant arm64
From my limited understanding, it may be trying to download a universal version and not the arm version.