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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...