且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

内部类型资料需要“ iOS开发”证书

更新时间:2023-01-16 18:54:33

检查代码签名身份 $ c> Build Settings / Signing 是 iOS发行版用于发布版本配置:



我有一个类似的问题,原因是同时为调试和调试设置了 iOS Developer 释放构建配置。


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.