
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
- Console not loading and APIs returning 5...
We use Appwrite storage for static files The APIs either take a long time to load or respond or sometimes return 524 status code. Same with the web console for...
- 1.7.x Style issue in the migration page
I am not able to select what to migrate because of the styling... the checkboxes are not showing on any of the appwrite versions 1.7.x. I tried other browsers, ...
- Can't reach Frankfurt server
I have been developing an IoT device that senses an event, takes a picture and pushes the jpg to an appwrite project. I'm using a Sixfab Pico LTE board that cou...
