plaid / react-native-plaid-link-sdk

Plaid Link for React Native
MIT License
174 stars 121 forks source link

[!] CocoaPods could not find compatible versions for pod "react-native-plaid-link-sdk": #385

Closed beqramo closed 3 years ago

beqramo commented 3 years ago

The problem

Briefly describe the issue you are experiencing (or the feature you want to see added to the Plaid Link React Native SDK). Tell us what you were trying to do and what happened instead.

Environment

Plaid Link React Native 7.0.5
ReactNative Version 0.64.1
Occurs on Android no
Android OS Version 9.0.0
Android Devices/Emulators Pixel 3a
Occurs on iOS yes
iOS Version 14.5
iOS Devices/Emulators iPhone X

Steps to Reproduce

I get this error on RN:0.64.1 on pod install. I tried pod install --repo-update but nothing. I have added pod 'Plaid', '~> 2.1.2' in the podfile too.

image

beqramo commented 3 years ago

solved, you need at least 11.0 ios version in pod file

saeedtkh commented 8 months ago

I still get this error when I do pod install. Any updates?

dtroupe-plaid commented 8 months ago

I don't know what version of the SDK you're using, but if it's v11 - Does your pod file specify the minimum version is iOS 14?

platform :ios, 14.0