Xcode 10遇到的证书问题 is automatically signed, but provisioning profile YYYY has been manually specified

网友投稿 1417 2022-09-26 14:40:01

Xcode 10遇到的证书问题 is automatically signed, but provisioning profile YYYY has been manually specified

DemoApp has conflicting provisioning settings.

DemoApp is automatically signed, but provisioning profile f7827ec5-0b24-4624-813f-4a59940be7a4 has been manually specified. Set the provisioning profile value to “Automatic” in the build settings editor, or switch to manual signing in the project editor.

查看PROJECT下的DemoApp中的Build Settings的Signing下的配置没有发现​​f7827ec5-0b24-4624-813f-4a59940be7a4​​。

同样查看TARGETS下的DemoApp(DemoAppTests,DemoAppUITests)中的Build Settings的Signing下的配置没有发现​​f7827ec5-0b24-4624-813f-4a59940be7a4​​。

显然是工程文件里有配置项有​​f7827ec5-0b24-4624-813f-4a59940be7a4​​。

1.找到DemoApp.xcodeproj文件(不是DemoApp.xcworkspace文件),右击鼠标选中显示包内容。

2.打开project.pbxproj文件。

3.搜索​​f7827ec5-0b24-4624-813f-4a59940be7a4​​,果然看到罪魁祸首。

4.把它之为空字符串。

5.关闭工程再打开工程就ok了。

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:CentOs8系统安装mailx发邮件
下一篇:iPad适配
相关文章