Close Menu
geekfence.comgeekfence.com
    What's Hot

    Indonesia’s Indosat Ooredoo Hutchison and Huawei Win TM Forum 2026 Excellence in AI & Data for business impact Award

    June 29, 2026

    Posit AI Blog: Audio classification with torch

    June 29, 2026

    AI Writes the Code. Humans Still Carry the Risk |

    June 29, 2026
    Facebook X (Twitter) Instagram
    • About Us
    • Contact Us
    Facebook Instagram
    geekfence.comgeekfence.com
    • Home
    • UK Tech News
    • AI
    • Big Data
    • Cyber Security
      • Cloud Computing
      • iOS Development
    • IoT
    • Mobile
    • Software
      • Software Development
      • Software Engineering
    • Technology
      • Green Technology
      • Nanotechnology
    • Telecom
    geekfence.comgeekfence.com
    Home»iOS Development»Installing simulator runtimes from the command line – Donny Wals
    iOS Development

    Installing simulator runtimes from the command line – Donny Wals

    AdminBy AdminJune 29, 2026No Comments2 Mins Read0 Views
    Facebook Twitter Pinterest LinkedIn Telegram Tumblr Email
    Installing simulator runtimes from the command line – Donny Wals
    Share
    Facebook Twitter LinkedIn Pinterest Email


    After installing the Xcode 27 beta, I tried to download all the simulator runtimes that I needed. The watchOS runtime installed flawlessly, but I had issues installing the iOS runtime. I kept seeing a dialog that said that Xcode was fetching download information and no matter how long I waited; that dialog would not go away.

    I reinstalled Xcode and rebooted my Mac, but I just could not get the iOS runtime to download. I looked around on the internet, and I found that you can install runtimes from the command line using xcodebuild.

    By running xcodebuild -downloadPlatform iOS you can download the runtimes for the specified platform using the Xcode version that you have selected on the command line.

    To make sure that you have the correct Xcode version selected, use xcode-select -p to see which Xcode you have selected. If it’s not the Xcode version that you want to install runtimes for, use xcode-select -s to choose your Xcode version. For example, xcode-select -s /Applications/Xcode-beta.app. Note that you should run these commands as sudo.

    In my case, installing with xcodebuild initally didn’t work. I kept seeing the following:

    Finding content...
    Automatically resolved architecture variant for platform iOS as 'universal'.
    No matching downloadable found for platform: iOS
    No downloadable was found for iOS.

    This told me that xcodebuild was looking for a universal iOS runtime, which it couldn’t find. I tried installing watchOS and visionOS through this exact same command, and I saw that those were actually pulling the arm64 runtime instead of a universal runtime.

    This made me think that maybe iOS should also be downloaded as arm64.

    After a little bit of digging through the documentation, I found that I could run the following command to specify that I wanted to download the arm64 runtime instead of the universal one:

    xcodebuild -downloadPlatform iOS -architectureVariant arm64

    With this command, I was able to easily install iOS 27 similar runtimes for Xcode builds, so I should run in a similar way, because you are not able to install your runtimes for any other passage runtime from the command line and not directly manage the client installing your runtimes for your Xcode builds. You should also use a single command to install all the different platforms that would work a little bit like this:

    xcodebuild -downloadAllPlatforms -architectureVariant arm64



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    SwiftText Learns to Write | Cocoanetics

    June 28, 2026

    uitabbarcontroller – UITabBar unselectedItemTintColor ignored iOS 26

    June 27, 2026

    Responses Bug in LM Studio

    June 23, 2026

    ios – How to make headerView with overlapping content design in SwiftUI

    June 22, 2026

    Kits All the Way Down

    June 18, 2026

    ios – UITabBarController on iPadOS 18 swallows all touches even with mode = .tabBar (via Python/rubicon-objc)

    June 17, 2026
    Top Posts

    Understanding U-Net Architecture in Deep Learning

    November 25, 202557 Views

    Hard-braking events as indicators of road segment crash risk

    January 14, 202630 Views

    Redefining AI efficiency with extreme compression

    March 25, 202628 Views
    Don't Miss

    Indonesia’s Indosat Ooredoo Hutchison and Huawei Win TM Forum 2026 Excellence in AI & Data for business impact Award

    June 29, 2026

    Press Release [Copenhagen, Denmark, June 24, 2026]‌ At the DTW 2026, Indosat Ooredoo Hutchison (IOH),…

    Posit AI Blog: Audio classification with torch

    June 29, 2026

    AI Writes the Code. Humans Still Carry the Risk |

    June 29, 2026

    From the Water to the World: the secret behind a flawless regatta livestream

    June 29, 2026
    Stay In Touch
    • Facebook
    • Instagram
    About Us

    At GeekFence, we are a team of tech-enthusiasts, industry watchers and content creators who believe that technology isn’t just about gadgets—it’s about how innovation transforms our lives, work and society. We’ve come together to build a place where readers, thinkers and industry insiders can converge to explore what’s next in tech.

    Our Picks

    Indonesia’s Indosat Ooredoo Hutchison and Huawei Win TM Forum 2026 Excellence in AI & Data for business impact Award

    June 29, 2026

    Posit AI Blog: Audio classification with torch

    June 29, 2026

    Subscribe to Updates

    Please enable JavaScript in your browser to complete this form.
    Loading
    • About Us
    • Contact Us
    • Disclaimer
    • Privacy Policy
    • Terms and Conditions
    © 2026 Geekfence.All Rigt Reserved.

    Type above and press Enter to search. Press Esc to cancel.