XCode 14.3.1 doesn't launch on Simulator
Asked Answered
B

2

7

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)

Barbule answered 11/7, 2023 at 7:47 Comment(0)
T
8

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
Tillich answered 11/7, 2023 at 7:54 Comment(2)
Even i am also facing same problem. but i have tried this solution it is working. ThanksAbortion
I faced the same problem with xcode 15 and ios 15 and solved it using this solution.Ammoniate
W
1

For your M1-M2-M3 you can try —

sudo /usr/sbin/softwareupdate --install-rosetta --agree-to-license
Weems answered 9/7 at 7:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.