Whenever I archive my project and attempt to save it for Enterprise Development, I get the following error:
Wildcard App IDs can not be used to create In House provisioning profiles. Please use an Explicit App ID.
I have created an App Id in the developer portal with the bundle id of com.gasdcs.iCOOP and matched an In House Distribution profile with that App ID. In my XCode project and target I have changed the code signing identities to the iPhone Distribution for my enterprise account, and changed the provisioning profile to the one I created linked to the App ID I made.
I have tried so many separate combinations of things and still cannot get this sorted out.
I have also tried creating an entire new blank project from scratch and still get the same error. Here are the steps I took:
- Create new App ID com.gasdcs.test
- Create new distribution provisioning profile tied to com.gasdcs.test
- Create new xcode project test on bundle com.gasdcs
- Set all code signing identities to iPhone Distribution: My account in project and target
- Set provisioning profile to the new one I had just created
- Archive