Objectmapper: не могу построить с xcode7

Созданный на 12 окт. 2015  ·  3Комментарии  ·  Источник: tristanhimmelman/ObjectMapper

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

Что еще мне нужно сделать, чтобы использовать библиотеку?

У меня много ошибок, как показано ниже

/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

Самый полезный комментарий

Вы импортируете библиотеку?

У вас должна быть следующая строка вверху вашего файла:

import ObjectMapper

Все 3 Комментарий

Вы импортируете библиотеку?

У вас должна быть следующая строка вверху вашего файла:

import ObjectMapper

Шутки в сторону?!

Стыдно! @

Огромное спасибо!

Без проблем!

Была ли эта страница полезной?
0 / 5 - 0 рейтинги