ios - 无效签名错误!

标签 ios ios4 app-store-connect

我正在尝试更新我的应用程序,但上传二进制文件后,Itunes connect 向我发送了这封电子邮件:

Dear Developer, Thank you for your recent binary submission for "MY APP" to the App Store. Unfortunately we discovered an issue with your binary that you will need to correct in order for your application to proceed to the review stage. The specific issue is outlined below: Invalid Signature - Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target. Once you have corrected the issue, please return to the application's version details page in the iTunes Connect Manage Your Applications module and click on the Ready to Submit Binary button. This will take you through the binary submission flow and return your application version status to Waiting for Upload. You can then use Application Loader to upload your new binary. If any other issues are found with your submission you will be contacted. Thanks, The iTunes Connect Team

enter image description here

我确信我的二进制签名应用程序带有分发证书,而不是临时的!!!

您对解决这个问题有何建议!我从来没有遇到过这个问题!!!!

我再次下载了应用程序分发 CER,但没有任何变化!我在应用商店中有 6 个应用,但从未遇到过这个问题

最佳答案

请注意,这个 QA 非常古老。苹果在很大程度上改善了这个问题。享受吧。


100 次中有 99 次,问题是:

选择“目标”,而不是“项目”

单击 XCode6 主窗口左上角的项目名称。 (即,就在上面可能写着“类”的地方。)

enter image description here

看看打开的大区域。仔细查看左侧的白柱。

选择“目标”...而不是“项目”

然后,将您的证书正确设置为第 3 方 Mac 开发者证书。

关于ios - 无效签名错误!,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5056699/

相关文章:

ios - 如何以编程方式和动态地为 UIButton 的背景图像着色?

ios - 更改 UITableView 中移动单元格的默认图标

ios - AUGraph 3D Mixer 噼啪声

xcode - 在等待审查时删除二进制文件

ios - 创建 iOS 应用程序的新版本更新以连接 iTunes 时出错

ios - Obj-C controller.view.frame 获得真实大小

iphone - 更改 UIBarButton 的图像

iphone - 在 UIScrollView 上显示 PDF

iphone - UIFileSharingEnabled 没有效果

ios - 编辑我的应用说明会重置我的应用评级吗?