Hello,
I’m trying to build cordova app on ionic appflow but im getting this error:
[!] CocoaPods could not find compatible versions for pod “FirebaseInAppMessaging”:
In Podfile:
FirebaseInAppMessaging (= 11.2.0-beta)
Specs satisfying the FirebaseInAppMessaging (= 11.2.0-beta)
dependency were found, but they required a higher minimum deployment target
I tried setting the deployment-target to 13.0 in config.xml but still not working.
how can i solve this?