summaryrefslogtreecommitdiff
path: root/platform/ios/DEVELOPING.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-02-26 10:23:40 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-02-26 10:23:40 -0800
commitfe7b52e79222f45119b8195841d08e535478c6ef (patch)
treee85a2c5128835e80bdfc39abe859d5f9bc7f04de /platform/ios/DEVELOPING.md
parent1ff9073b4dc65fb274e650c4c7ed883f1333d6eb (diff)
downloadqtlocation-mapboxgl-fe7b52e79222f45119b8195841d08e535478c6ef.tar.gz
[ios] Clarified schemes and destinations
Diffstat (limited to 'platform/ios/DEVELOPING.md')
-rw-r--r--platform/ios/DEVELOPING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md
index 1aeb152b98..15693eadb6 100644
--- a/platform/ios/DEVELOPING.md
+++ b/platform/ios/DEVELOPING.md
@@ -12,7 +12,7 @@ The Mapbox iOS SDK and iosapp demo application build against the iOS 7.0 SDK and
make iproj
-Which will create and open an Xcode project that can build the entire library from source, as well as an Objective-C test app.
+Which will create and open an Xcode project that can build the entire library from source, as well as an Objective-C test app. Before building, use the scheme picker button in the toolbar to change the scheme from “All (ios project)” to “iosapp” and the destination from “My Mac” to one of the simulators or connected devices listed in the menu.
If you don't have an Apple Developer account, change the destination from "My Mac" to a simulator such as "iPhone 6" before you run and build the app.