From 5a7d15f5419a08ef2ff85e28789fe00e8a191486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Anh=20Tu=E1=BA=A5n?= Date: Fri, 30 Jun 2017 08:12:39 +0700 Subject: [PATCH] Update installation-ios.md Update cocoapods libs to latest version before do install. --- docs/installation-ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation-ios.md b/docs/installation-ios.md index 0a02c2fb..83ceb451 100644 --- a/docs/installation-ios.md +++ b/docs/installation-ios.md @@ -19,7 +19,7 @@ Unfortunately, due to the fact that Firebase is much easier to setup using Cocoa ### 2.0) If you don't already have Cocoapods set up Follow the instructions to install Cocoapods and create your Podfile [here](https://firebase.google.com/docs/ios/setup#add_the_sdk). -**NOTE: The Podfile needs to be initialised in the `ios` directory of your project.** +**NOTE: The Podfile needs to be initialised in the `ios` directory of your project and do update cocoapods libs first `pod update`** #### Troubleshooting 1) When running `pod install` you may encounter an error saying that a `tvOSTests` target is declared twice. This appears to be a bug with `pod init` and the way that react native is set up.