Xcode 8.1“找不到匹配的配置文件”更新MacOS和Xcode后

Xcode 8.1“找不到匹配的配置文件”更新MacOS和Xcode后

问题描述:

我正在使用TestFlight测试我的应用,但在更新到MacOS 10.12和Xcode 8.1后我无法上传我的档案。

I'm testing my app with TestFlight but I can't upload my archives after updating to MacOS 10.12 and Xcode 8.1.

当我存档我的应​​用程序时,点击上传到App Store ...,选择我的开发,我收到此错误。

When I archive my app, click on "Upload to App Store...", select my Development, I get this error.


找不到Applications / app.app匹配的配置文件

无有效的配置文件允许指定的权利:application-identifier,beta-reports-active,keychain-access-groups。

None of the valid provisioning profiles allowed the specified entitlements: application-identifier, beta-reports-active, keychain-access-groups.

到目前为止我尝试了什么:


  1. 重新打开Xcode(多次)

  2. + >选择团队>删除每个配置文件>重新下载每个配置文件(每个步骤后重新打开Xcode)

  3. 重新下载并安装我的证书和配置文件

  4. 删除每个配置文件并构建应用

  1. Reopening Xcode (Many times)
  2. +, > select team > remove every provisioning profile > re-download every provisioning profile (Reopening Xcode after each step)
  3. Re-downloaded and installed my certificates and provisioning profiles
  4. Removing every provisioning profile and building the app


当我的Xcode通配符配置文件过期时,我遇到了同样的错误。即使所有内容都设置为自动,Xcode也不会自动续订。

I had this same error when my Xcode wildcard profile expired. Xcode didn't automatically renew it even though everything was set to automatic.

我登录到门户网站,编辑了XC:*个人资料,点击生成然后下载得到的证书。之后一切都很好。

I logged in to the the portal, edited the XC: * profile, hit generate and then downloaded the resulting certificate. All good after that.