HallM / MapsForge-ios

An iOS port of the Java based MapsForge OSM mapping library using J2ObjC and native code.
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Add UIKit include to compile correctly with XCode 6.4 stable #11

Closed HallM closed 9 years ago

HallM commented 9 years ago

CTFontRef requires UIKit to be required in for some versions of XCode 6. Older versions and also the beta do not require UIKit, but a bug during 6 beta, 6.3 and 6.4 appears to cause a compilation issue.