Skip to content

Commit a904be7

Browse files
authored
Document post_install workaround for static library source pod usage (#534)
1 parent f502f42 commit a904be7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ If your Podfile does not include *use_frameworks!*, you need to workaround
5151
a build issue with the FirebaseAnalytics umbrella header. Delete the first four lines
5252
of Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
5353
or copy [patch/FirebaseAnalytics.h](patch/FirebaseAnalytics.h) to
54-
Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
54+
Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h.
55+
See the post_install phase of [Example/Podfile](Example/Podfile) for an example
56+
of applying the workaround automatically - make sure you correct the path of
57+
`patch/FirebaseAnalytics.h`.
5558

5659
## Usage
5760

0 commit comments

Comments
 (0)