From a1a394ad0bb2194e87ae02488c42495da8067b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 9 Jun 2017 09:55:40 +0200 Subject: [PATCH] doc: update mobile building instructions for iOS --- doc/mobile.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/mobile.md b/doc/mobile.md index 32eca0637..e4caf651f 100644 --- a/doc/mobile.md +++ b/doc/mobile.md @@ -24,6 +24,15 @@ work properly with the native plugins we require. You may need to add ```--unsafe-perm=true``` if you are running on [Mac OS 10.11 or greater](https://github.com/phonegap/ios-deploy#os-x-1011-el-capitan-or-greater). + - Install the required pods (CocoaPods must be installled first, it can + be done with Homebrew: `brew install cocoapods`) + + ```bash + cd ios + pod install + cd .. + ``` + 2. Build the app There are 2 ways to build the app: using the CLI or using Xcode.