79309334

Date: 2024-12-26 11:19:07
Score: 2
Natty:
Report link

if you're building for iOS Simulator on a Mac with Apple Silicon, you encounter issues with architecture mismatches, you have to use simulator with Rosetta

Go to the menu Product → Destination → Show All Run Destinations. enter image description here

this show you all available simulator, choose one with Rosetta and retry (clean build folder, build ...) enter image description here

Xcode : 15.4 macOs : 14.6 (M2)

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Anroche