Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't build with xcode7 #239

Closed
pcompassion opened this issue Oct 12, 2015 · 3 comments
Closed

can't build with xcode7 #239

pcompassion opened this issue Oct 12, 2015 · 3 comments

Comments

@pcompassion
Copy link

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

@tristanhimmelman
Copy link
Owner

Are you importing the library?

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

import ObjectMapper

@pcompassion
Copy link
Author

Seriously?!

Embarassing!@

Thanks a bunch!

@tristanhimmelman
Copy link
Owner

No problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants