草庐IT

ios - 找不到匹配的配置文件 : Your build settings specify a provisioning profile with the UUID “fbbe2..” , 但是,没有这样的

coder 2024-01-23 原文

我正在使用 Xcode Version 7.2 (7C68) ,当我在设备上运行我的应用程序或生成 Development build OR Production build .IPA 我收到以下错误

No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “fbbe2367-****-****-****-989e92b2****”, however, no such provisioning profile was found.

我找到了一个 stackoverflow对我来说非常封闭,我遵循了所有步骤,如重新启动 XCode 等,但没有运气。

我点击修复问题多次,如屏幕所示,但还是一样。

任何帮助将不胜感激。谢谢

最佳答案

执行以下操作:

  • 在应用程序build设置中将配置文件更改为自动,这将让 Xcode 决定使用哪个配置文件:

  • 如果在那之后您仍然遇到错误,您可能需要下载 通过 Xcode settings -> accounts -> 从网络提供配置文件 双击您的开发者帐户 -> 点击全部下载按钮 (左下角)
  • 如果仍然无法正常工作,则您的设备 UDID 可能未包含在 您的配置文件,您必须通过苹果成员(member)添加 中心网站。

关于ios - 找不到匹配的配置文件 : Your build settings specify a provisioning profile with the UUID “fbbe2..” , 但是,没有这样的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35341362/

有关ios - 找不到匹配的配置文件 : Your build settings specify a provisioning profile with the UUID “fbbe2..” , 但是,没有这样的的更多相关文章

随机推荐