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
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!
Most helpful comment
Are you importing the library?
You should have the following line at the top of you file: