File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,6 @@ FirebaseAnalytics dependency to your project to ensure Messaging works as intend
99
99
100
100
#if __has_include(<FirebasePerformance/FirebasePerformance.h>)
101
101
#import <FirebasePerformance/FirebasePerformance.h>
102
- #if TARGET_OS_IOS && !__has_include(<FirebaseAnalytics/FirebaseAnalytics.h>)
103
- #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
104
- #warning " FirebaseAnalytics.framework is not included in your target. Please add the \
105
- FirebaseAnalytics dependency to your project to ensure Firebase Performance works as intended."
106
- #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
107
- #endif
108
102
#endif
109
103
110
104
#if __has_include(<FirebaseRemoteConfig/FirebaseRemoteConfig.h>)
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
* Deprecate Clearcut event transport mechanism.
3
3
* Enable dynamic framework support. (#7569 )
4
+ * Remove the warning to include Firebase Analytics as Perf does not depend on Analytics (#7487 )
4
5
5
6
# Version 7.7.0
6
7
* Add community supported tvOS.
You can’t perform that action at this time.
0 commit comments