tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.13k stars 1.03k forks source link

Module 'ObjectMapper' was created for incompatible target arm64-apple-ios10.0 #1107

Open emrcftci opened 3 years ago

emrcftci commented 3 years ago

What you did:

I've tried to build with Xcode 12.

What you got:

Module 'ObjectMapper' was created for incompatible target arm64-apple-ios10.0
isseium commented 3 years ago

I have a same problem!

Laban1 commented 3 years ago

Same issue here. Xcode 12.4

smelloftime commented 3 years ago

I also encountered the same problem. Solve it by the following way: comment out ObjectMapper from pod.file and import it directly into the project. Compilation is successful!