Skip to content

Commit e5745d1

Browse files
authored
README - FirebaseCore source pod must be included with all source pods (#705)
1 parent bfa0e40 commit e5745d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,25 @@ locations described via the Podfile syntax documented
3131

3232
**CocoaPods 1.4.0** or later is required.
3333

34+
If source pods are included, **FirebaseCore** must also be included.
35+
3436
For example, to access FirebaseMessaging via a checked out version of the
3537
firebase-ios-sdk repo do:
3638

3739
```
3840
pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk'
41+
pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk'
3942
```
4043
To access via a branch:
4144
```
4245
pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'
46+
pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'
4347
```
4448

4549
To access via a tag (Release tags will be available starting with Firebase 4.7.0:
4650
```
4751
pod 'FirebaseAuth', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :tag => '4.7.0'
52+
pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :tag => '4.7.0'
4853
```
4954

5055
If your Podfile does not include *use_frameworks!*, you need to workaround

0 commit comments

Comments
 (0)