
Im intstalling the pods file for purchases flutter. this works really well on android but I'm having issues here. Anyone know if this is a common fix? Before I go searching for the various versionings?
TypeScript
[!] CocoaPods could not find compatible versions for pod "RevenueCat":
In Podfile:
purchases_flutter (from `.symlinks/plugins/purchases_flutter/ios`) was resolved to 8.3.2, which depends on
PurchasesHybridCommon (= 13.13.0) was resolved to 13.13.0, which depends on
RevenueCat (= 5.14.0)
purchases_ui_flutter (from `.symlinks/plugins/purchases_ui_flutter/ios`) was resolved to 6.17.0, which depends on
PurchasesHybridCommonUI (= 9.0.0) was resolved to 9.0.0, which depends on
RevenueCatUI (= 4.32.1) was resolved to 4.32.1, which depends on
RevenueCat (= 4.32.1)
TL;DR
Developers are encountering compatibility issues with CocoaPods when attempting to install Purchases Flutter on IOS. The problem arises with conflicting versions of RevenueCat dependencies. The common fix for this issue is to ensure all dependencies are aligned to the latest version, allowing for proper installation.Recommended threads
- Flutter Google Auth (Access blocked: Thi...
It is working fine on web platform, but on Flutter I'm getting this error. Any option to fix, or this issue with AppWrite and need to use different option? Ac...
- Appwrite Cloud Console Organization Issu...
The cloud console is showing me to add organization even if I have a active org and showing me user don't have access issues. Its showing every now and then.
- Error Generation of certification for cu...
Hi, I tried to connect a custom domain, this worked but creating the certification afterwards fails with the following error: ```txt Failed to create TLS subsc...
