tristanhimmelman / ObjectMapper

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

Xcode 10 compile error #1008

Closed shenwawa closed 5 years ago

shenwawa commented 5 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 5 years ago

@shenwawa just run pod repo update before pod install

shenwawa commented 5 years ago

Thanks, buddy. It's cool.