Closed mikeislearning closed 9 months ago
I was also facing the same issue. For me, it got fixed. Here is what I did.
updated podfile platform :ios, '12.0' to platform :ios, '14.0'
then did----> pod cache clean --all after that --> pod install --repo-update
or try deleting the podfile.lock and install the pods
Successfully installed 👍🏻
We had experimented with it as well with my colleague @ddolheguy and it all sorted with your last comment @Varunvnair4. Thanks a lot!
platform :ios, '14.0'
pod cache clean --all
pod install --repo-update
Closing as it was resolved.
Two errors seem to show up when I run
npx pod-install
after upgrading:Running the suggested commands fails as well. I've tried deleting the Pods and the Podfile.lock, but it doesn't seem to fix anything.
Any suggestions are appreciated!