tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.15k stars 1.04k forks source link

Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler: #1075

Open invisibleBully opened 5 years ago

invisibleBully commented 5 years ago

Xcode 11 build of my app

BudhabhooshanPatil commented 5 years ago

Xcode 11 build of my app

Resolved by clean and build

invisibleBully commented 5 years ago

Clean and build does not actually work. Is it possible we get a build with Swift 5.1? @tristanhimmelman. Thank you.

georgeathanasopoulositt commented 4 years ago

This didn't work for me either. Is this library going to be kept up to date with newer Swift Versions like 5.1?