File tree 1 file changed +10
-5
lines changed
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.
11
11
### Analytics + GoogleAppMeasurement
12
12
13
13
As 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.
16
20
17
21
When specifying which version of Firebase you'd like in your Podfile, append ` -M1 ` to the version.
18
22
See the following examples:
@@ -29,9 +33,10 @@ pod 'Firebase/Analytics, '~> 7.2.0-M1'
29
33
pod 'Firebase/Analytics, '7.2.0-M1'
30
34
```
31
35
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.
35
40
36
41
### Performance
37
42
You can’t perform that action at this time.
0 commit comments