Skip to content

Commit 0fcf354

Browse files
authored
Remove the warning when Analytics is not included (#7600)
1 parent dd9dfce commit 0fcf354

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CoreOnly/Sources/Firebase.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ FirebaseAnalytics dependency to your project to ensure Messaging works as intend
9999
100100
#if __has_include(<FirebasePerformance/FirebasePerformance.h>)
101101
#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
108102
#endif
109103
110104
#if __has_include(<FirebaseRemoteConfig/FirebaseRemoteConfig.h>)

FirebasePerformance/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
22
* Deprecate Clearcut event transport mechanism.
33
* Enable dynamic framework support. (#7569)
4+
* Remove the warning to include Firebase Analytics as Perf does not depend on Analytics (#7487)
45

56
# Version 7.7.0
67
* Add community supported tvOS.

0 commit comments

Comments
 (0)