File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ FirebaseAnalytics dependency to your project to ensure Messaging works as intend
103
103
104
104
#if __has_include(<FirebaseRemoteConfig/FirebaseRemoteConfig.h>)
105
105
#import <FirebaseRemoteConfig/FirebaseRemoteConfig.h>
106
- #if TARGET_OS_IOS && !__has_include(<FirebaseAnalytics/FirebaseAnalytics.h>)
106
+ #if TARGET_OS_IOS && !TARGET_OS_CATALYST && ! __has_include(<FirebaseAnalytics/FirebaseAnalytics.h>)
107
107
#ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING
108
108
#warning " FirebaseAnalytics.framework is not included in your target. Please add the \
109
109
FirebaseAnalytics dependency to your project to ensure Firebase Remote Config works as intended."
Original file line number Diff line number Diff line change 1
1
# v7.9.0
2
2
- [ added] Enabled community supported watchOS build in Swift Package Manager. (#7696 )
3
+ - [ fixed] Don't generate missing Analytics warning on Catalyst. (#7693 )
3
4
4
5
# v7.8.0
5
6
- [ fixed] Store fetch metadata per namespace to address activation issues. (#7179 )
You can’t perform that action at this time.
0 commit comments