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 SentrySDK #918

Closed
4 of 11 tasks
kenobi91 opened this issue Jun 5, 2020 · 3 comments
Closed
4 of 11 tasks

Unable to find a specification for SentrySDK #918

kenobi91 opened this issue Jun 5, 2020 · 3 comments

Comments

@kenobi91
Copy link

kenobi91 commented Jun 5, 2020

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

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

SDK version: 0.0.0

react-native version: 0.6.2

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:
I'm trzing to install sentry on RN app but each time i run pod install inside my ios folder i get error:

Unable to find a specification for SentrySDK (~> 5.1.3) depended upon by RNSentry

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.
    [Description]

Steps to reproduce:

  • Step 1
  • Step 2

Actual result:

[Actual result]

Expected result:

[Expected result]

@reneeichhorn
Copy link

Having the same issue, seems to be related to the latest update 1.4.3 for now just stick to 1.4.2

yarn add @sentry/[email protected]

@kenobi91
Copy link
Author

kenobi91 commented Jun 5, 2020

Cool thx @reneeichhorn :)

@HazAT
Copy link
Member

HazAT commented Jun 5, 2020

Sorry this is fixed in 1.4.4

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

3 participants