network-international / react-native-ngenius

Other
5 stars 8 forks source link

Missing podspec #2

Closed kuznetsov-from-wonderland closed 2 years ago

kuznetsov-from-wonderland commented 3 years ago

After cd ios && pod install

[!] CocoaPods could not find compatible versions for pod "react-native-ni-sdk":
  In Podfile:
    react-native-ni-sdk (from `../node_modules/@network-international/react-native-ngenius`)

Specs satisfying the `react-native-ni-sdk (from `../node_modules/@network-international/react-native-ngenius`)` dependency were found, but they required a higher minimum deployment target.
mu1ex commented 3 years ago

Hi @kromsik , the sdk supports only iOS 11 and above. You will have to bump up the platform iOS version found in your Podfile as follows.

platform :ios, '11.0'