Sentry-react-native: was resolved to 2.1.0, which depends on Sentry (= 6.0.9)

Created on 14 Dec 2020  路  3Comments  路  Source: getsentry/sentry-react-native

[!] 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"
Support Issue

Most helpful comment

You probably need to run pod install --repo-update in iOS folder.

All 3 comments

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-update in iOS folder.

I had this issue today and that was the solution, thank you @MakChan !

Was this page helpful?
0 / 5 - 0 ratings