From 9791773505cfdc17d8d43bc4fe7d4bef2490cb4b Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Mon, 5 Mar 2018 14:23:33 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5ba2d1..0cfd262 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,9 @@ NOTE: there is a working example in `master` branch 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, also put `firebase.h` and `module.modulemap` there -3. Modify your project's `User Header Search Paths` and add `$(PROJECT_DIR)/Frameworks` +2. Put frameworks under `ios/Frameworks` folder, and drag those files into your xcode solution -> Frameworks +3. Put `firebase.h` and `module.modulemap` under `ios/Frameworks` folder, no need to drag into solution +4. Modify your project's `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 -- 2.26.2