You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If platform is tvos, Podfile.lock and after running pod install, InAppMessaging appeared in PODS and DEPENDENCIES sections, but missing from SPEC REPOS and SPEC CHECKSUMS. Pods folder does not have the module. It works fine if platform is ios.
@barryki Thanks for the report and detailed repro instructions. There was an issue in the Firebase podspec that will be fixed in Firebase 10.13.0.
In the meantime, a workaround is to explicitly install In App Messaging by adding the following to the Podfile: pod 'FirebaseInAppMessaging', '~> 10.0-beta'
Description
If platform is tvos, Podfile.lock and after running pod install, InAppMessaging appeared in PODS and DEPENDENCIES sections, but missing from SPEC REPOS and SPEC CHECKSUMS. Pods folder does not have the module. It works fine if platform is ios.
Reproducing the issue
Expand
Podfile
snippetFirebase SDK Version
10.12
Xcode Version
14.1
Installation Method
CocoaPods
Firebase Product(s)
In-App Messaging
Targeted Platforms
tvOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetThe text was updated successfully, but these errors were encountered: