[!] CocoaPods could not find compatible versions for pod "Sentry":
In Podfile:
RNSentry (from ../node_modules/@sentry/react-native) was resolved to 2.1.0, which depends on
Sentry (= 6.0.9)
None of your spec sources contain a spec satisfying the dependency: Sentry (= 6.0.9).
"@sentry/react-native": "^2.1.0",
"react-native": "0.63.4"
You probably need to run pod install --repo-update in iOS folder.
Exactly what @MakChan said, closing this for now, please reopen if issue persists.
You probably need to run
pod install --repo-updatein iOS folder.
I had this issue today and that was the solution, thank you @MakChan !
Most helpful comment
You probably need to run
pod install --repo-updatein iOS folder.