tristanhimmelman / ObjectMapper

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

Swift 4.2 Support with Xcode 10 #1001

Closed learnwithgabbar closed 6 years ago

johnpool3 commented 6 years ago

Updating to the latest version resolved this issue for me.

learnwithgabbar commented 6 years ago

@johnpool3 What version currently you are using, What can I see form pod spec It still point to 4.0

gcharita commented 6 years ago

@techmehra support for swift 4.2 and Xcode 10 added since version 3.3.0

learnwithgabbar commented 6 years ago

@gcharita I am also using the version 3.3.0 but still getting this screenshot 2018-09-25 at 11 52 38

shenwawa commented 6 years ago

How can I upgrade to 3.3, pod 'ObjectMapper', '~> 3.3' pod install

Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "ObjectMapper": In Podfile: ObjectMapper (~> 3.3) my xcode version is 10

gcharita commented 6 years ago

For everyone who want to make sure that they have the latest version

kajensen commented 6 years ago

This is not working for me. I still have a "Convert to Swift 4.2" for only ObjectMapper. I am using 3.3, many pod update/installs/resets/etc. Seems to be an issue with this library in particular.

kajensen commented 6 years ago

1012

tristanhimmelman commented 6 years ago

Swift 4.2 support has now been released