79079588

Date: 2024-10-11 20:08:25
Score: 2.5
Natty:
Report link

For those of you that find this article, since this issue still happens, here is what I did to fix the issue. First, this did not work: pod install --repo-update

It just kept generating the error: CocoaPods could not find compatible versions for pod "PurchaseHybridCommon"

I reinstalled CocoaPods, updated the dependencies, and still no luck. This simple fix worked. Reinstall RevenueCat plugin. It will install the correct version of the PurchaseHybridCommon pod:

npm uninstall @revenuecat/purchases-capacitor
npx cap sync
npm install @revenuecat/purchases-capacitor@latest
npx cap sync
Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (1): no luck
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cody