You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS Permissions when selecting file: SIGABRT: %{public}s > NSAppleMusicUsageDescription > This app has crashed because it attempted to access p...
#2489
Open
sentry-iobot opened this issue
Jan 9, 2025
· 1 comment
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)
The text was updated successfully, but these errors were encountered:
<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
Sentry Issue: ACTER-APP-12E
The text was updated successfully, but these errors were encountered: