AlamofireObjectMapper icon indicating copy to clipboard operation
AlamofireObjectMapper copied to clipboard

podspec: s.dependency 'AlamofireObjectMapper'

Open yanganggithub opened this issue 6 years ago • 2 comments

when I use pod lib lint. it reported: NOTE | xcodebuild: error: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2. (in target 'ObjectMapper')

please resolve it in swift 4.2 ,How should I write.s.dependency 'AlamofireObjectMapper' which version can build success

yanganggithub avatar Jun 14 '19 06:06 yanganggithub

@yanganggithub if you checked the podspec you could see that the library is not updated to swift 5 yet Related to other issues asking for a release :)

tirrorex avatar Jun 21 '19 08:06 tirrorex

Hello @yanganggithub ObjectMapper 3.5.1 is written in Swift 5, did you try this version?

RomanPodymov avatar Jun 30 '19 17:06 RomanPodymov