-
Notifications
You must be signed in to change notification settings - Fork 1k
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
XCODE 12.0 Could not find module 'ObjectMapper' for target 'arm64-apple-ios-simulator'; #1121
Comments
Hi @mxnmike , I am facing the same issue, any solution that worked for you ? |
I'm encountered same issue here. Using Apple silicon (M1) too. Note that is compile error only happen choosing iOS simulator. Here is more info about the differance between Intel Macs and Apple silicon (M1) Macs Apple silicon (M1) Macs
Pod install using x86_64 mode
also, ffi is installed beforehand.
Intel Macs
|
OK, I found the solutions. You NEED TO set your
Like this. OR using ruby scripts for set every dependency modules
Reference: It will solve the problems. 🙂 |
Hi, I am also encounter the same issue using Xcode16, M1machine with minimum target iOS 12 running on without rosetta simulator with old version of Object mapper 3.5.3. If I run on Rosetta Simulator it's working fine but it's failed on CI/CD pipeline. When update the version 4.4.2 (was 3.5.3) then its giving the different error: Can you please guide me how this will work? |
Im using a M1 Mac, and I keep getting this error, are you planning in adding support soon for M1?
Could not find module 'ObjectMapper' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, x86_6
The text was updated successfully, but these errors were encountered: