I am trying the install pod 'FirebaseAppCheck', '8.0.0-beta'
in the Podfile of my NativeScript project using target iOS 14.4. However, it gives an error below
[!] CocoaPods could not find compatible versions for pod "FirebaseAppCheck": In Podfile: FirebaseAppCheck (= 8.0.0-beta)
Specs satisfying the
FirebaseAppCheck (= 8.0.0-beta)
dependency were found, but they required a higher minimum deployment target. 'pod install' command failed.
Is this a bug in Firebase AppCheck which requires a future iOS version, or is this an issue with NativeScript that cannot install a beta pod?