Closed beqramo closed 3 years ago
solved, you need at least 11.0 ios version in pod file
I still get this error when I do pod install. Any updates?
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
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
Steps to Reproduce
I get this error on RN:0.64.1 on
pod install
. I triedpod install --repo-update
but nothing. I have addedpod 'Plaid', '~> 2.1.2'
in thepodfile
too.