ObjectMapper icon indicating copy to clipboard operation
ObjectMapper copied to clipboard

Avoid Xcode 12 build warning -> move to iOS 9

Open tbechtum opened this issue 4 years ago • 0 comments

Your JSON dictionary:

regardless

Your model:

regardless

What you did:

pod 'ObjectMapper'

Language: Swift Platform: iPhone iOS Version: iOS 12 - 14

What you expected:

Xcode 12 build without warnings, proposal to move target to iOS 9

What you got:

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.1.99.

tbechtum avatar Nov 09 '20 18:11 tbechtum