Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 14.3.1 doesn't launch on Simulator

Tags:

xcode14

xcode

ios

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)

like image 719
Ramprasath Selvam Avatar asked Jul 15 '26 22:07

Ramprasath Selvam


2 Answers

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
like image 109
fannheyward Avatar answered Jul 17 '26 15:07

fannheyward


For your M1-M2-M3 you can try —

sudo /usr/sbin/softwareupdate --install-rosetta --agree-to-license
like image 26
AliAkgun Avatar answered Jul 17 '26 13:07

AliAkgun



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!