Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find module 'SwiftyJSON' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator #1107

Open
NikunjGodhani opened this issue Aug 20, 2021 · 6 comments

Comments

@NikunjGodhani
Copy link

I am using Version 12.5.1 (12E507). Swift 5

I can't run app in simulator. I am using new Mac mini M1 chip. In the MacBook Air 2017 working without any error.

@ivanpagac
Copy link

In your build settings -> Excluded Architectures - Debug - Any iOS Simulator SDK - arm64

@tsznokwong
Copy link

The above fix doesn't work for me. Tried to open Xcode with Rosetta temporarily to run on simulator.

@Baleen-Y
Copy link

Baleen-Y commented Dec 21, 2021 via email

@GarthGit
Copy link

No such module 'SwiftyJSON'
ios 10.0 ,xcode13.1 macOS12.1

@santirodriguezaffonso
Copy link

santirodriguezaffonso commented Oct 7, 2022

The above fix doesn't work for me. Tried to open Xcode with Rosetta temporarily to run on simulator.

Use that fix on all your project targets e.g. (AwesoProject PRD, AwesoProject STG, AwesoProject DEV) & most important on your Pod target too –if there is one–. 🔝

@geekstars
Copy link

pod 'SwiftyJSON', '= 5.0.1'

This works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants