XCode doesn't launch on Simulator

Hello,

i receive the following error while launching my project on simulator:

iPhone 14 Pro Max supports emulating this architecture, but the emuluation support software is not installed Domain: DVTDeviceIneligibilityErrorDomain Code: 26 Recovery Suggestion: Install the translation support software. User Info: { DVTDeviceIneligibilityErrorTokenDescription = "uninstalled translation support software"; DVTErrorCreationDateKey = "2023-05-04 07:28:33 +0000"; DVTRadarComponentKey = 487927; }

System Information

macOS Version 13.2.1 (Build 22D68) Xcode 14.3 (21812) (Build 14E222b) Timestamp: 2023-05-04T09:28:33+02:00

Could anybody help?

I had the same error and solved it by following these steps:

  1. Install rosetta running this command on the Terminal: "softwareupdate --install-rosetta".
  2. Xcode: Product ¬ Destination ¬ Destination Architectures ¬ Show Both.
  3. Select Iphone 14 (Rosetta) as run destination.
  4. Clean build folder.
  5. Run.

useful,thank U

XCode doesn't launch on Simulator
 
 
Q