File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,10 @@ If your Podfile does not include *use_frameworks!*, you need to workaround
51
51
a build issue with the FirebaseAnalytics umbrella header. Delete the first four lines
52
52
of Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
53
53
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 ` .
55
58
56
59
## Usage
57
60
You can’t perform that action at this time.
0 commit comments