提交iOS应用到应用商店应用标识符无效 [英] Submitting iOS app to app store application identifier invalid

查看:214
本文介绍了提交iOS应用到应用商店应用标识符无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用xcode 5,我想我错过了更改包标识符的位置。

I'm using xcode 5 and I guess I'm missing where to change the bundle identifier.

当我尝试验证我的应用程序提交给应用程序时商店,我收到两个错误....

When I try to validate my app for submission to the app store, I get two errors....


无效的代码签名权利。您的应用程序包的签名
包含iOS上不支持的代码签名权利。
对于'Payload / iResus.app / iResus'中的密钥
'application-identifier',具体价值'K8TE8KDZ95.com.iclinical.child'不支持
。此值应为以TEAMID开头的字符串,
后跟一个点'。'后跟一个包标识符

Invalid code signing entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Speicifically value 'K8TE8KDZ95.com.iclinical.child' for key 'application-identifier' in 'Payload/iResus.app/iResus' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.' followed by the bundle identifier


Payload / iResus.app中Payload / iResus.app / iResus的可执行文件已使用标识符'com签署
.iclinical.child'与
匹配的包标识符'com.iclinical.childresus

The executable at Payload/iResus.app/iResus in Payload/iResus.app has been signed with identifier 'com.iclinical.child' which does not match the bundle identifier 'com.iclinical.childresus

我不确定我应该改变这个。目标中的包标识符是com.iclinical.child但显然我需要在其他地方更改它....

I'm not sure where I should be changing this. The bundle identifier in the target is com.iclinical.child but clearly I need to change it somewhere else too....

希望你能提供帮助。

推荐答案

我刚收到这两条错误消息,以下是我修复它的方法:

I just had both these error messages and here is how I fixed it:


  1. 进入iTunes Connect>查看我的应用程序(在管理应用程序下)并复制'Bundle ID'

  2. 进入xcode并将'Bundle ID'粘贴到info.plist'捆绑标识符'字段

  3. 重新启动xcode

  4. Xcode>窗口>管理器>项目>'删除'项目的派生数据文件

  5. Xcode>产品> Alt + Clean(清洁构建文件夹)

  1. Went into iTunes Connect > viewed my app (under manage apps) and copied the 'Bundle ID'
  2. Went into xcode and pasted the 'Bundle ID' into the info.plist 'Bundle identifier' field
  3. Restarted xcode
  4. Xcode > Window > Organizer > Projects > 'Delete' derived data file for project
  5. Xcode > Product > Alt + Clean (to Clean Build folder)

然后我尝试重新提交这一切都正确地完成了。我95%确定我的Bundle ID开头是正确的所以它可能是第2步到第5步中修复此问题的东西。

I then tried resubmitting and it all went through correctly. I am 95% sure my Bundle ID was correct to begin with so it might have been something in steps 2 to 5 that fixed this.

无论如何希望这有助于其他人。

Anyways hope this helps someone else.

这篇关于提交iOS应用到应用商店应用标识符无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆