File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,12 @@ and are listed below with the current status.
1111### Analytics + GoogleAppMeasurement
1212
1313As of Firebase 7.2.0, FirebaseAnalytics and GoogleAppMeasurement provide a separate distribution of
14- an XCFramework in order to work around an issue with CocoaPods and static XCFrameworks. This is a
15- temporary workaround while Analytics is affected by the CocoaPods bug.
14+ an XCFramework in order to work around an issue with CocoaPods and static XCFrameworks.
15+
16+ ** IMPORTANT** : After adding the CocoaPod, you must manually add ` -ObjC ` to your ` Other Linker Flags `
17+ in order to avoid a runtime crash.
18+
19+ This is a temporary workaround while Analytics is affected by the CocoaPods bug.
1620
1721When specifying which version of Firebase you'd like in your Podfile, append ` -M1 ` to the version.
1822See the following examples:
@@ -29,9 +33,10 @@ pod 'Firebase/Analytics, '~> 7.2.0-M1'
2933pod 'Firebase/Analytics, '7.2.0-M1'
3034```
3135
32- The CocoaPods issue has been fixed in
33- [ CocoaPods/CocoaPods #10234 ] ( https://github.com/CocoaPods/CocoaPods/pull/10234 ) but has not been
34- included in a CocoaPods release yet.
36+ Remember: now you need to manually add ` -ObjC ` to avoid a runtime crash. This CocoaPods issue has
37+ been fixed in
38+ [ CocoaPods/CocoaPods #10234 ] ( https://github.com/CocoaPods/CocoaPods/pull/10234 ) and is merged for
39+ the upcoming CocoaPods 1.10.1 patch release.
3540
3641### Performance
3742
You can’t perform that action at this time.
0 commit comments