xcode6错误提醒:Failed to code sign "某某Tests".

来源:互联网 发布:网络延时1000 编辑:程序博客网 时间:2024/05/20 04:32


出现错误:

The provisioning profile specified in your build settings (“某某xxxxxxx”) has an AppID of “xxxxxxxxxxxx” which does not match your bundle identifier “xxxxxxxxx.Tests”.

Xcode can attempt to fix this issue.


解决方法:修改你的项目的.xcodeproj文件

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

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

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


0 0