Objectmapper: pod specification to install ObjectMapper for Swift 3

Created on 17 Sep 2016  路  4Comments  路  Source: tristanhimmelman/ObjectMapper

Hello,
Sorry I know this is not an issue but I can't find a way to install the ObjectMapper version that run with swift 3.
Could anybody help me please?
Thanks

Most helpful comment

I was facing something similar this week. I solved it following the steps below:

1) On Xcode, navigate to Product and hit Clean
2) Close Xcode
3) Open a console and delete DerivedData folder
cd ~/Library/Developer/Xcode/
rm -rf DerivedData/
4) Open Xcode and try again.

All 4 comments

You should use the 2.0.0 version.

pod 'ObjectMapper', '~> 2.0.0'

Thanks @cristiansimioni I appreciate your help, I installed but I got the following error when I compile the project:
/Users/jperera/Documents/GitRepository/MySecurityAccount/MySecurityAccount/Contact.swift:10:8: Module file was created by an older version of the compiler; rebuild 'ObjectMapper' and try again: /Users/jperera/Library/Developer/Xcode/DerivedData/MySecurityAccount-cgpdohozsvhpevhjubironbdencq/Build/Products/Debug-iphonesimulator/ObjectMapper.framework/Modules/ObjectMapper.swiftmodule/x86_64.swiftmodule

Any idea of this?

I was facing something similar this week. I solved it following the steps below:

1) On Xcode, navigate to Product and hit Clean
2) Close Xcode
3) Open a console and delete DerivedData folder
cd ~/Library/Developer/Xcode/
rm -rf DerivedData/
4) Open Xcode and try again.

Same issue trying clean build .....but no luck

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nearspears picture nearspears  路  4Comments

loryhuz picture loryhuz  路  4Comments

pcompassion picture pcompassion  路  3Comments

danyalaytekin picture danyalaytekin  路  4Comments

delbyze picture delbyze  路  3Comments