From 40e13ca858c3e3b5126529d6e79b8486b881f8a5 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Mon, 5 Mar 2018 14:19:10 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef23942..90a2604 100644 --- a/README.md +++ b/README.md @@ -198,13 +198,16 @@ Install the `Firebase/Messaging` pod: pod install ``` NOTE: you don't need to enable `use_frameworks!`. if you have to have `use_frameworks!` make sure you don't have `inherit! :search_paths` +NOTE: there is a working example in `master` branch ### Non Cocoapod approach -1. Download the Firebase SDK framework from [Integrate without CocoaPods](https://firebase.google.com/docs/ios/setup#frameworks). +1. Follow the instruction on [Integrate without CocoaPods](https://firebase.google.com/docs/ios/setup#frameworks). - Import libraries, add Capabilities (background running and push notification), upload APNS and etc etc etc... -2. Put frameworks under `ios/Frameworks` folder -2. Follow the `README` to link frameworks (Analytics+Messaging) +2. Put frameworks under `ios/Frameworks` folder, also put `firebase.h` and `module.modulemap` there +3. Modify `User Header Search Paths` and add `$(PROJECT_DIR)/Frameworks` +screen shot 2018-03-05 at 2 17 03 pm +NOTE: There is a working example in `no-pod` branch ### Shared steps -- 2.26.2