diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 1bf504d991..7b8ce0f9be 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -171,4 +171,11 @@ to SDK and NDK. Or specify these in command line: ## iOS -*todo* +For XCode configuration instructions, see [CONTRIBUTING.md](CONTRIBUTING.md). + +* Open `omim/iphone/Maps/Maps.xcodeproj` in XCode. +* Open "Product → Scheme → Edit Scheme", then "Info" and change build configuration to Simulator. +* Run the project (Product → Run). + +If a script has trouble finding your Qt 5 installation, edit `omim/autobuild/detect_qmake.sh`, +adding a path to `qmake` there.