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

No such file or directory #367

Closed
2 of 5 tasks
jeroenbourgois opened this issue Feb 27, 2018 · 1 comment
Closed
2 of 5 tasks

No such file or directory #367

jeroenbourgois opened this issue Feb 27, 2018 · 1 comment
Assignees

Comments

@jeroenbourgois
Copy link

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

Output of node -v && npm -v && npm ls --prod --depth=0

<!-- Replace this -->

Config:

Sentry.config(sentryDsn, {
  release: pkg.version, // package.json value
  serverName: Platform.OS,
  logLevel: SentryLog.Error,
  autoBreadcrumbs: {
    xhr: false,
    console: true,
    dom: true,
    location: true,
  },
}).install()

I have following issue:

Inside XCode, while running, I get numerous warnings like this:

NSUnderlyingError=0x604000e40b70 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
2018-02-27 20:19:01.305455+0100 Butikk[82285:36680006] Sentry - Error:: Couldn't delete file /Users/.../Library/Developer/CoreSimulator/Devices/10C6E393-2EC6-4295-85AC-E0BE6447DBFC/data/Containers/Data/Application/AB6D49A8-BDE6-42A5-9628-970E6A9BF3F1/Library/Caches/io.sentry/363699b4af73cbbc303401ff1ceb18d1d5e90252/breadcrumbs/1519759133.258497-52-90DFEC1B-C1FB-4E3B-A2D1-E62454261E59.json: Error Domain=NSCocoaErrorDomain Code=4 "“1519759133.258497-52-90DFEC1B-C1FB-4E3B-A2D1-E62454261E59.json” couldn’t be removed." UserInfo={NSFilePath=/Users/.../Library/Developer/CoreSimulator/Devices/10C6E393-2EC6-4295-85AC-E0BE6447DBFC/data/Containers/Data/Application/AB6D49A8-BDE6-42A5-9628-970E6A9BF3F1/Library/Caches/io.sentry/363699b4af73cbbc303401ff1ceb18d1d5e90252/breadcrumbs/1519759133.258497-52-90DFEC1B-C1FB-4E3B-A2D1-E62454261E59.json, NSUserStringVariant=(
    Remove
)

It is just a warning, but it is really annoying.

@HazAT HazAT self-assigned this Feb 28, 2018
@HazAT
Copy link
Member

HazAT commented May 7, 2018

Hey, this should be fixed as of version > 0.35.1

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