
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
- session client not allowed to create doc...
Hello all! So my issue is that I keep getting ERROR Error creating invitation: The requested service is disabled. You can enable the service from the Appwr...
- Database Migration/Sync Between Two Proj...
Overall The migration failed mainly due to conflicts with existing data (documents, attributes, collections, etc.), exceeding attribute limits, and unsupported ...
- Relationship Attribute Deletion Causes D...
I'm experiencing a critical bug with Appwrite CLI that causes complete data loss when making minor schema changes to relationship attributes. What I Tried To D...
