-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: dynamiclinksextensionsFor iOS extensions targets (i.e. share, messages)For iOS extensions targets (i.e. share, messages)
Description
Xcode: 11.3
Swift Version 4.0
Cocoapods:
pod 'Firebase/DynamicLinks'
pod 'Firebase/Messaging'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
Successfully integrated the firebase sdk via cocoapods.
But on compiling the project getting the following error.
- Semantic Issue:
Path/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/FIRDynamicLinks.m:517:66: 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead. - Lexical or Preprocessor Issue:
Path/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/FIRDynamicLinks.m:20:9: 'FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/FIRDynamicLinks.h' file not found
Can you please check.
Metadata
Metadata
Assignees
Labels
api: dynamiclinksextensionsFor iOS extensions targets (i.e. share, messages)For iOS extensions targets (i.e. share, messages)