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 17 no camera view without appgroup entitlement [FEATURE] #718

Open
elmar001 opened this issue Nov 29, 2023 · 0 comments
Open

iOS 17 no camera view without appgroup entitlement [FEATURE] #718

elmar001 opened this issue Nov 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@elmar001
Copy link

Inititiating qr code camera view comes empty and no view is visible. Xcode shows this error:

container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-11-30 08:54:00.979 Runner[2960/0x16b07b000] [lvl=3] -[MLKITx_GIPPseudonymousIDStore initializeStorage] Shared App Groups unavailable
container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-11-30 08:54:02.081 Runner[2960/0x16af63000] [lvl=3] -[MLKITx_GIPPseudonymousIDStore initializeStorage] Shared App Groups unavailable
container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-11-30 08:54:02.111 Runner[2960/0x16af63000] [lvl=3] -[MLKITx_GIPPseudonymousIDStore initializeStorage] Shared App Groups unavailable
container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
2023-11-30 08:54:02.592 Runner[2960/0x16aed7000] [lvl=3] -[MLKITx_GIPPseudonymousIDStore initializeStorage] Shared App Groups unavailable
container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled

Adding appgroup entitlement from Xcode capabilites solves the issue. I wonder if it can be handled by the package any way?

@elmar001 elmar001 added the enhancement New feature or request label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant