简体   繁体   中英

In house type profile needs “iOS Development” certificate

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 .

The error is: 在此处输入图片说明

Not sure why In house type also needs development type profile?

My steps are:

  1. Create enterprise distribution certificates link

This step I generated iPhone Distribution: xxx Limited in keychain.

在此处输入图片说明

  1. Create an app identifier.

在此处输入图片说明

  1. Generate the profile for archiving. 在此处输入图片说明 在此处输入图片说明

  2. Download the profile and double click to install it.

  3. In Xcode, "Signing & Capabilities", used the profile just installed, then comes to error: 在此处输入图片说明

Not sure what I have missed, please help! thanks!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM