Reputation: 16189
I have an Enterprise type apple account, I want to deploy to my testers without using device UDIDs. Then testers can manually trust my organization for testing. My Xcode version is 11.7.
Not sure why In house type also needs development type profile?
My steps are:
This step I generated iPhone Distribution: xxx Limited
in keychain.
Download the profile and double click to install it.
In Xcode, "Signing & Capabilities", used the profile just installed, then comes to error:
Not sure what I have missed, please help! thanks!
Upvotes: 2
Views: 1111
Reputation: 8347
Check if the Code Signing Identity
under Build Settings/Signing
is iOS Distribution
for the Release build configuration:
I had a similar problem caused by iOS Developer
had being set for both Debug and Release build configurations.
Upvotes: 1