Solved

Problems with PurchasesCoreSwift

  • 18 July 2022
  • 1 reply
  • 102 views

Badge +1

My ionic cordova project can no longer run on IoS since last Thursday and I have no idea why this is happening.

When testing the Xcode, the code no longer processes the PurchasesCoreSwift-Info.plist, with results that the entire Purchase folder remains empty and it fails as it can not import from the Purchases.h file. 

We have a podfile that installs the PurchasesHybridCommon as usual (it might have something to do with that, as we were upgrading the Cocoapods when the error occured, unfortunatelly setting it back to previous versions hasn’t solved the issue.)

 

Is there anyone else who experiences this problem? Or can offer advice where to look?

icon

Best answer by Jasper 18 July 2022, 14:58

View original

1 reply

Badge +1

Apparently, it was not a problem with RevenueCat, but with Cordova. Updating cordova-plugin-purchases to the latest version solved this.

Reply