Xcode代码签名错误:无法找到供应配置文件'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'

时间:2012-04-06 02:28:38

标签: provisioning-profile

我上周提交了一些被Apple撤销的应用程序。我修复了它们并试图再次对这些应用程序进行汇总。 我这个错误已经有两天了。我删除了配置门户上的所有证书和配置文件,并创建了所有新证书。另外,我清理了钥匙串中的所有东西。

我确信我在Xcode的构建设置中使用了正确的配置文件,但我仍然遇到此错误。为什么呢?

1 个答案:

答案 0 :(得分:0)

I solved this problem by the following steps:

  1. Go to the file path where you save your provisioning file:

    ~/Library/MobileDevice/Provisioning Profiles
    

    and remove all the provisioning files you have downloaded today.

  2. Download the new provisioning file from the Apple member center that matches your project.

  3. Press Command+B, rebuild the project, and see if this issue still exists.