From a904be723a997ed434a36ce9562794a75673927e Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 5 Dec 2017 15:56:46 -0800 Subject: Document post_install workaround for static library source pod usage (#534) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3