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

iOS Permissions when selecting file: SIGABRT: %{public}s > NSAppleMusicUsageDescription > This app has crashed because it attempted to access p... #2489

Open
sentry-io bot opened this issue Jan 9, 2025 · 1 comment
Assignees
Labels
bug Something isn't working t-ios iOS Platform specific issues and tasks

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 9, 2025

Sentry Issue: ACTER-APP-12E

SIGABRT: %{public}s > NSAppleMusicUsageDescription > This app has crashed because it attempted to access privacy-sensitive data without a usage description.  The app's Info.plist must contain an NSAppleMusicUsageDescription key with a string value explaining to the user how the app uses this data.
  ?, in __abort_with_payload
  ?, in abort_with_payload_wrapper_internal
  ?, in abort_with_payload
  ?, in __TCC_CRASHING_DUE_TO_PRIVACY_VIOLATION__
  ?, in __TCCAccessRequest_block_invoke_8
...
(8 additional frame(s) were not displayed)
@sentry-io sentry-io bot added bug Something isn't working t-ios iOS Platform specific issues and tasks labels Jan 9, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Product Jan 9, 2025
@gnunicorn
Copy link
Contributor

Need to add


	<key>NSAppleMusicUsageDescription</key>
	<string>Used to demonstrate file picker plugin</string>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>Used to demonstrate file picker plugin</string>
	```

in the info.plist

@gnunicorn gnunicorn self-assigned this Jan 9, 2025
@gnunicorn gnunicorn moved this from Backlog to To triage in Product Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working t-ios iOS Platform specific issues and tasks
Projects
Status: To triage
Development

No branches or pull requests

1 participant