From e93d057ab2362d109d4c051254917e0db62026b1 Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Wed, 30 Aug 2017 15:03:20 +0100 Subject: [PATCH] [docs][ios] Add step to check the minimum platform version in your Podfile --- docs/installation-ios.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/installation-ios.md b/docs/installation-ios.md index 16e77cc3..a5ca91d6 100644 --- a/docs/installation-ios.md +++ b/docs/installation-ios.md @@ -50,7 +50,12 @@ Follow the instructions to install Cocoapods and create your Podfile [here](http - Uncomment the `# platform :ios, '9.0'` line by removing the `#` character - Change the version as required -### 2.1) Add the required pods +### 2.1) Check the Podfile platform version +We recommend using a minimum platform version of at least 9.0 for your application to ensure that the correct version of the Firebase libraries are used. To do this, you need to uncomment or make sure the following line is present at the top of your `Podfile`: + +`platform :ios, '9.0'` + +### 2.2) Add the required pods Simply add the following to your `Podfile` either at the top level, or within the main project target: ```ruby