All Collections
FAQs and Troubleshooting
I am getting the "CocoaPods could not find compatible versions" error
I am getting the "CocoaPods could not find compatible versions" error

Please make sure that your app meets Shake SDK minimum requirements.

Mark Stewart avatar
Written by Mark Stewart
Updated over a week ago

If you are getting the following error when trying to build an app or install Pods:
โ€‹

[!] CocoaPods could not find compatible versions for pod "Shake":In Podfile:react-native-shake (from `../node_modules/@shakebugs/react-native-shake`) was resolved to <version>, which depends onShake (~> <version>)

Specs satisfying the `Shake (~> <version>)` dependency were found, but they required a higher minimum deployment target.

you should update the iOS version in your Podfile to make sure that your app meets Shake SDK minimum requirements:
โ€‹

platform :ios, '<minimum-version>'

You can find Shake SDK minimum requirements here.

If you have any other questions, don't hesitate to contact us through the Intercom bubble.

Or even better, join our Slack Community and get in touch with our developers within a few minutes.

Did this answer your question?