diff options
author | Martin H. Normark <m@martinnormark.com> | 2015-03-25 07:11:41 +0100 |
---|---|---|
committer | Martin H. Normark <m@martinnormark.com> | 2015-03-25 07:11:41 +0100 |
commit | 8099513a2a393742db83148334201684d1f7888d (patch) | |
tree | 5d01fb4668d7f73c36f68b1462a7cf1c7ccc1163 /README.md | |
parent | 0bd7a4d808eefb7111c755646369393dba501245 (diff) | |
download | qtlocation-mapboxgl-8099513a2a393742db83148334201684d1f7888d.tar.gz |
Add CoreTelephony to list of Cocoa dependencies
Fix build error in client apps following merge of #1036
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ If you merely want to install the library for iOS and try it out as an Objective - `MapboxGL.bundle` is in your target's *Copy Bundle Resources* build phase. - `libMapboxGL.a` is in your target's *Link Binary With Libraries* build phase. 3. Add the following Cocoa framework dependencies to your target's *Link Binary With Libraries* build phase: + - `CoreTelephony.framework` - `GLKit.framework` - `ImageIO.framework` - `MobileCoreServices.framework` |