I am working on a shared Xcode codebase for the first time, and trying to run the app on my phone. I am signed in to my developer ID, and I had to rename all the Bundle identifiers. However, now the app is not launching because it says
An Application Group with identifier 'your name here' is not available. Please enter a different string.
Where can I change the name of the Application Group?
Also I have tried the instructions here to change the Product Name: How to change the name of an iOS app? but actually in my project I see there is no product name, so this doesn't seem to be the right way.