1

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

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

当我单击目标 -> 构建设置 -> 代码签名时,我会看到旧包标识符的所有旧配置文件。

任何帮助表示赞赏。

4

1 回答 1

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?

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

于 2012-06-26T09:37:15.460 回答