PayHereLK / payhere-mobilesdk-reactnative

PayHere Mobile SDK for React Native
8 stars 6 forks source link

CocoaPods could not find compatible versions for pod "payHereSDK" #20

Open PayHereDevs opened 2 years ago

PayHereDevs commented 2 years ago

Library version: 3.0.4

When trying to run pod install with the latest PayHere React Native SDK the following error message is displayed.

Pre-downloading: `payHereSDK` from `https://github.com/PayHereDevs/payhere-mobilesdk-ios-rb.git`
[!] CocoaPods could not find compatible versions for pod "payHereSDK":
  In Podfile:
    payHereSDK (from `https://github.com/PayHereDevs/payhere-mobilesdk-ios-rb.git`)

    payhere-mobilesdk-reactnative (from `../node_modules/@payhere/payhere-mobilesdk-reactnative`) was resolved to 4.0.3, which depends on
      payHereSDK (= 3.0.4)
PayHereDevs commented 2 years ago

It seems the issue occurs because the payhere-mobilesdk-ios-rb fork of the PayHere iOS SDK is behind the original master. The RB version needs to pull the new changes and the issue should be resolved.