Search code examples
iosxcodexcode14

XCode 14.3.1 doesn't launch on Simulator


I receive the following error while launching my project on simulator

enter image description here

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-07-11 07:17:17 +0000";

DVTRadarComponentKey = 487927;

}



System Information

macOS Version 13.4.1 (Build 22F82)

Xcode 14.3.1 (21815) (Build 14E300c)


Solution

  • Rosetta related:

    1. install Rosetta: softwareupdate --install-rosetta.
    2. Xcode: Product - Destination - Destination Architectures - Show Both, Select iPhone 14 (Rosetta) as run destination.
    3. clean build and run again