Objectmapper: can't build with xcode7

Created on 12 Oct 2015  ·  3Comments  ·  Source: tristanhimmelman/ObjectMapper

pod 'ObjectMapper', '~> 0.19' use_frameworks!

Is there anything else I need to do to use the library?

I get lots of errors like below

/Users/eugenekim/Documents/zibann/ios/littlehome/forum/upload/ImageInfo.swift:3:34: Use of undeclared type 'Mappable' /Users/eugenekim/Documents/zibann/ios/littlehome/forum/upload/ImageInfo.swift:19:27: Use of undeclared type 'Map' /Users/eugenekim/Documents/zibann/ios/littlehome/forum/upload/ImageInfo.swift:23:23: Use of undeclared type 'Map' /Users/eugenekim/Documents/zibann/ios/littlehome/forum/upload/ImageInfo.swift:24:27: Use of unresolved identifier '<-' /Users/eugenekim/Documents/zibann/ios/littlehome/forum/upload/ImageInfo.swift:24:27: Operator is not a known binary operator /Users/eugenekim/Documents/zibann/ios/littlehome/forum/upload/ImageInfo.swift:25:18: Use of unresolved identifier '<-' /Users/eugenekim/Documents/zibann/ios/littlehome/forum/upload/ImageInfo.swift:25:18: Operator is not a known binary operator

Most helpful comment

Are you importing the library?

You should have the following line at the top of you file:

import ObjectMapper

All 3 comments

Are you importing the library?

You should have the following line at the top of you file:

import ObjectMapper

Seriously?!

Embarassing!@

Thanks a bunch!

No problem!

Was this page helpful?
0 / 5 - 0 ratings