summaryrefslogtreecommitdiff
path: root/platform/ios/INSTALL.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-01-18 16:13:56 -0500
committerJason Wray <jason@mapbox.com>2018-01-19 10:25:17 -0500
commit7c2e8c5eb1cda536be73e97afbc4b5276735fb51 (patch)
tree971068f10aefb3c4f6862939f6f9190418d65ba9 /platform/ios/INSTALL.md
parentfa5722479100875778d07427d817cd3c64d7aeca (diff)
downloadqtlocation-mapboxgl-7c2e8c5eb1cda536be73e97afbc4b5276735fb51.tar.gz
[ios] Remove support for 32-bit simulators (i386)
And restore some docs that got lost in a merge.
Diffstat (limited to 'platform/ios/INSTALL.md')
-rw-r--r--platform/ios/INSTALL.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/platform/ios/INSTALL.md b/platform/ios/INSTALL.md
index f8cd7b3754..3aef7db6f4 100644
--- a/platform/ios/INSTALL.md
+++ b/platform/ios/INSTALL.md
@@ -10,9 +10,11 @@ The Mapbox Maps SDK for iOS is intended to run on iOS 8.0 and above on the follo
* iPad 2 and above (3, 4, Mini, Air, Mini 2, Air 2, Pro)
* iPod touch 5th generation and above
-Note that debugging in 32-bit simulators (such as the iPhone 5 or iPad 2) is only partially supported. Support for these simulators will be removed entirely in a future release of this SDK.
+Note that 32-bit simulators (such as the iPhone 5 or iPad 2) are not supported.
-The Mapbox Maps SDK for iOS requires Xcode 8.0 or higher. To use this SDK with Xcode 7.3.1, download and use a symbols build from the [releases](https://github.com/mapbox/mapbox-gl-native/releases) page.
+The Mapbox Maps SDK for iOS requires:
+
+* Xcode 9.1 or higher to compile from source
* Xcode 8.0 or higher to integrate the compiled framework into an application
### Building the SDK