Skip to content

🐛 Fix Table and Add Required Usage Descriptor #28

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

abegehr
Copy link

@abegehr abegehr commented Jul 6, 2025

Table Before:
Screenshot 2025-07-07 at 12 06 41 AM

I got an error archiving without the camera usage descriptor:
"Missing purpose string in Info.plist. Your app’s code references one or more APIs that access sensitive user data, or the app has one or more entitlements that permit such access. The Info.plist file for the “App.app” bundle should contain a NSCameraUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. If you’re using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. For details, visit: https://developer.apple.com/documentation/uikit/protecting_the_user_s_privacy/requesting_access_to_protected_resources."

NSCameraUsageDescription seems to be required (iOS 18.5 and Xcode 16.4).

@abegehr abegehr changed the title 🐛 Fix Table 🐛 Fix Table and Add Required Usage Descriptor Jul 6, 2025
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

Successfully merging this pull request may close these issues.

1 participant