tristanhimmelman/AlamofireObjectMapper

AlamofireObjectMapper integration issue with Xcode 7.2.1 using cocoapod

Closed this issue · 2 comments

I am integrating AlamofireObjetMapper in my project using cocoapods with Xcode 7.2.1 After pod file is being installed, whenever I'm opening the .xcworkspace and trying to build it shows me the errors attached in the image.

Please help me which version of AlamofireObjetMapper should I use with Xcode 7.2.1.
screen shot 2016-05-20 at 12 41 24 am

You should be able to use any version of AlamofireObjectMapper. You will however, need to specify that it uses ObjectMapper v1.1.5 or earlier. If you include:
pod 'ObjectMapper', '1.1.5'
I believe that will fix your problem.

Thanks for reply.