Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find a specification for React-Core depended upon by RNSentry #1225

Closed
5 of 11 tasks
Kowaio opened this issue Nov 30, 2020 · 1 comment
Closed
5 of 11 tasks

Comments

@Kowaio
Copy link

Kowaio commented Nov 30, 2020

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native (>= 1.0.0)
  • react-native-sentry (<= 0.43.2)

SDK version: 1.9.0 and up

react-native version: 0.59.9

Are you using Expo?

  • Yes
  • No

Are you using sentry.io or on-premise?

  • sentry.io (SaaS)
  • on-premise

If you are using sentry.io, please post a link to your issue so we can take a look:

[Link to issue]

Configuration:

(@sentry/react-native)

Sentry.init({
  dsn: 'https://[email protected]/...'
  // other options
});

or

(react-native-sentry)

Sentry.config(
  'https://[email protected]/...'
  // other options
 ).install();

I have following issue:

[Description]

Steps to reproduce:

  • Step 1 yarn add @sentry/react-native@latest (or @1.9.0)
  • Step 2 pod install

Actual result:
[!] Unable to find a specification for React-Core depended upon by RNSentry
[Actual result]

Expected result:
Hello, I didn't find this problem in the issues so I'm posting this today. Starting with version 1.9.0, when trying to install pods, it triggers the message above. I tried updating cocoapods and repo of course but I stil get this message. If I test with version 1.8.2, it works like a charm. Any idea why I'm having this starting with 1.9.0 and up ?

Thanks!

[Expected result]

@jennmueng
Copy link
Member

Looks like you need React Native >=0.60 for React-Core. You can either stay on 1.8.2 or upgrade React Native to >=0.60. Closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants