aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-12-05 15:56:46 -0800
committerGravatar GitHub <noreply@github.com>2017-12-05 15:56:46 -0800
commita904be723a997ed434a36ce9562794a75673927e (patch)
tree42cec6b6f375ce9768dea7b92ed5b541ef49ff3a /README.md
parentf502f42e26e47f163f46d42648e043eda0601cbb (diff)
Document post_install workaround for static library source pod usage (#534)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62f3cc3..e14e096 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,10 @@ If your Podfile does not include *use_frameworks!*, you need to workaround
a build issue with the FirebaseAnalytics umbrella header. Delete the first four lines
of Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
or copy [patch/FirebaseAnalytics.h](patch/FirebaseAnalytics.h) to
-Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
+Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h.
+See the post_install phase of [Example/Podfile](Example/Podfile) for an example
+of applying the workaround automatically - make sure you correct the path of
+`patch/FirebaseAnalytics.h`.
## Usage