From e5745d1a149168506877d54ad87e32f833d7dc6f Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 25 Jan 2018 06:36:54 -0800 Subject: README - FirebaseCore source pod must be included with all source pods (#705) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9e2f8ea..848e202 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,25 @@ locations described via the Podfile syntax documented **CocoaPods 1.4.0** or later is required. +If source pods are included, **FirebaseCore** must also be included. + For example, to access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: ``` pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' +pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' ``` To access via a branch: ``` pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' +pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' ``` To access via a tag (Release tags will be available starting with Firebase 4.7.0: ``` pod 'FirebaseAuth', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :tag => '4.7.0' +pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :tag => '4.7.0' ``` If your Podfile does not include *use_frameworks!*, you need to workaround -- cgit v1.2.3