79774378

Date: 2025-09-25 05:10:02
Score: 0.5
Natty:
Report link

The solution for me was to force Xcode to download a "Universal" version of the iOS 26 simulator rather than the default "Apple Silicon". Here are the steps:

  1. In the top menu: Xcode -> Settings -> Components -> iOS 26.0 info symbol -> Delete

    enter image description here

enter image description here

2. Force Xcode to download the "Universal" emulator by typing the following on Terminal and pressing "Enter": xcodebuild -downloadPlatform iOS -architectureVariant universal

enter image description here

3. Go back to Xcode, and you should now see the universal iOS 26 emulator component along with Rosetta emulators.

enter image description here

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Fourth