代码签名:可用的配置文件与“项目”和“目标”屏幕不同

时间:2012-06-26 08:39:46

标签: iphone ios xcode code-signing

我必须更改我的包标识符才能访问正确的配置文件以构建我的商店项目。为此,我更改了项目plist(bundle identifierbundle versions string, short),并更改了项目“target”的摘要选项卡中的相同字段。

当我点击项目时 - >构建设置 - >代码签名我看到了新捆绑包标识符的所有正确配置文件。

点击目标时 - >构建设置 - >代码签名我看到了旧捆绑包标识符的所有旧配置文件。

感谢任何帮助。

1 个答案:

答案 0 :(得分:0)

在设置配置文件时,您需要交叉检查以下内容,

1. is your certificate valid for your provisioning profile?

2. is bundle identifier of provisioning profile and info.plist are same?

3. is the compiler settings for project and targets are same?

4. is deployment target is valid?

请检查以上所有情况。如果这些都很好,那么问题就不同了。让我知道这些是否完美?