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

Cannot build Expo project after setup #18

Open
stephengladney opened this issue Sep 25, 2024 · 1 comment
Open

Cannot build Expo project after setup #18

stephengladney opened this issue Sep 25, 2024 · 1 comment

Comments

@stephengladney
Copy link

stephengladney commented Sep 25, 2024

After installing the package and updating the app.json, when attempting to create a development build of a managed Expo project, I get the error:

There is a problem with the request entity - An Application Group with Identifier 
'group.ActivityMonitor' is not available. Please enter a different string.

Remove the value 'group.ActivityMonitor' from the array 'com.apple.security.application-groups' 
in the iOS project entitlements. If you know that the ID is registered to one of your apps, try again 
with a different Apple account.
@jbrumwell
Copy link

@stephengladney add a custom appGroup to your config if on expo

appGroup: 'group.whatever.you.want',

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

No branches or pull requests

2 participants