Your build settings specify a provisioning profile with the UUID “bd4ae966-4d2c-4966-99eb"(示例代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Your build settings specify a provisioning profile with the UUID “bd4ae966-4d2c-4966-99eb"(示例代码相关的知识,希望对你有一定的参考价值。

这里所说的就是要通过修改你的项目的.xcodeproj文件来解决上述的错误。

1.找到项目中的**.xcodeproj文件,点击右键,show package contents(打开包内容)。

2.打开后找到project.pbxproj文件,用文本编辑器打开。其实就是右键,点击open就好了。

3.打开这个文件后,按command+F,在这个文件中查找“PROVISIONING_PROFILE",找到和这个“

PROVISIONING_PROFILE = "487F3EAC-05FB-4A2A-9EA0-31F1F35760EB";"PROVISIONING_PROFILE[sdk=iphoneos*]" = "487F3EAC-05FB-4A2A-9EA0-31F1F35760EB";”类似的都删除。
4.然后保存文件,重新打开项目。xcode会提示你重新下载安装provisioning profile文件。下载后安装上就可以。

以上是关于Your build settings specify a provisioning profile with the UUID “bd4ae966-4d2c-4966-99eb"(示例代码的主要内容,如果未能解决你的问题,请参考以下文章

Your build settings specify a provisioning profile with the UUID “bd4ae966-4d2c-4966-99eb"(示例代码

How To Build Your First Meteor App And Discover Your Inner Artist

Build your own distribution based on Fedora CoreOS

Build your own distribution based on Fedora CoreOS

Build Your own Simplified AngularJS in 200 Lines of JavaScript

POJ3907:Build Your Home——题解