yandexmobile / yandexmapkit-ios

Yandex Map Kit for iOS
Other
173 stars 30 forks source link

Compilation erro while simple import #173

Closed k06a closed 9 years ago

k06a commented 9 years ago

This code can not be compiled:

#import <YandexMapKit/YandexMapKit.h>

But this works fine:

#import <UIKit/UIKit.h>
#import <YandexMapKit/YandexMapKit.h>

Looks like you forgot to import UIKit in some classes where uses UIImage and etc.

djmadcat commented 9 years ago

Duplicated #163

k06a commented 9 years ago

@djmadcat Ok!