diff --git a/README.md b/README.md index f5ba2d1fec83057a6e42ef48c76bcd987c0a3f96..0cfd262f8463e453de00469d5a49082f035429f5 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