Showing All Messages
ChooseLocation has conflicting provisioning settings. ChooseLocation is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "Apple Development" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor.
s automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "Apple Development" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor.
一看 说的是手动改签名的问题,有可能是这个项目已经和别的证书绑定了。需要设置一下,
一、检查project-Build Settings-Signing将这个调试好,或者直接都调成developer

二、检查Target-Build Settings-Signing将这个调成以下:

这两项都检查,调试完了,可能还不行。这时候就需要做这个必杀技了:
1、show in finder进入项目、右键选择显示包内容

2、点击进入包内容后双击点选第一个project.pbxproj

3、全局搜索冲突的证书、置空

本文介绍了解决iOS项目中出现的代码签名冲突问题的方法。主要包括调整项目和目标的构建设置中的签名选项,以及如何通过修改project.pbxproj文件来彻底解决证书冲突。
1万+

被折叠的 条评论
为什么被折叠?



