在IOS开发过程中,会经常遇到各种证书的问题。例如下边的出现的问题:

Profile doesn’t include the com.apple.developer.icloud-container-environment entitlement

从字面上可以大概定位问题应该出现在iCloud。

1.首先配置证书,检查对应App的Identifiers 是否含有iCloud的内容:
Profile doesn't include the com.apple.developer.icloud-container-environment entitlement
2.如果iCloud没有添加或者是打开,就添加打开iCloud,注册iCloud Container。
注册iCloud:
Profile doesn't include the com.apple.developer.icloud-container-environment entitlement
iCloud Contains创建完成之后,回到1,把创建的iCloud Contains配置到Identifiers。

3.重新更新Profile,并下载Profile安装。

4.检查项目:Signing & Capabilitiesz中的iCloud配置。

Profile doesn't include the com.apple.developer.icloud-container-environment entitlement
重新打包App,Profile doesn’t include the com.apple.developer.icloud-container-environment entitlement的这个问题就解决了。

相关文章:

  • 2021-04-04
  • 2021-12-02
  • 2021-09-09
  • 2022-12-23
  • 2021-09-30
  • 2021-09-16
  • 2021-07-27
猜你喜欢
  • 2021-11-29
  • 2021-09-30
  • 2021-09-03
  • 2021-10-23
  • 2021-11-13
  • 2022-12-23
相关资源
相似解决方案