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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: