diff --git a/README.md b/README.md index 2d2884ed1331e6004896e5091b72e80226be6bb8..a883efff60101fedb248f5009a829b136cfb000b 100644 --- a/README.md +++ b/README.md @@ -171,12 +171,24 @@ Notes: ### Pod approach: -Make sure you have Cocoapods version > 1.0 +Make sure you have [Cocoapods](https://cocoapods.org/) version > 1.0 -Install the `Firebase/Messaging` pod: +Configure the project: ``` cd ios && pod init -pod install Firebase/Messaging +``` + +(In case of syntax errors, `open YOURApp.xcodeproj/project.pbxproj` and fix them.) + +Edit the newly created `Podfile`: +```diff + # Pods for YOURAPP ++ pod 'FirebaseMessaging' +``` + +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`