
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
- Password Recovery link takes upwards of ...
Hello. I am having this issue above. Is there a way to make this faster? I created this project a while back when appwrite only supported Frankfurt servers. Wil...
- Best approach for handling users (creati...
I found out appwrite is wayy different to supabase, so i just wanted to check my approach is correct. Normally when creating user, I'd have something like a t...
- How to increate mx upload filesize ?
Hi, I use self hosted appwrite and want to upload files bigger than 30 mB. how can i increase the max filesize? In my special case i want to import a csv file w...
