Checksum Validation Failed when submitting with Xcode 5

匆匆过客 提交于 2019-12-18 04:32:13

问题


I was submitting an app to the iOS App Store a few days ago, and got this message from Xcode. Before I had time to resubmit it, Apple has already started reviewing my app. Is this something I need to worry about?

Edit: The app was accepted a few days later.


回答1:


I had the same problem and Google led me here. From my understanding a checksum is used to ensure that the file Apple received is identical to the file you (thought you) uploaded to them.

I decided to delete my upload and try again. This worked and I didn't get the error message again. Here's what I actually did:

In iTunes Connect:

  • Manage Your Apps > [your app] > View Details of the New Version.
  • In the links near the top the right click on Binary Details then, on the next page, Reject This Binary. It says you'll have to prepare another upload but it's just another button to press.
  • Back on the View Details page just click 'ready for upload' in the top right. It might say something slightly different but I don't want to delete by upload to double check :P
  • You're now ready to upload a new binary.

In xcode:

  • Go to Window > Organizer > Archives and delete the archive you previously uploaded.
  • In the main window of xcode press cmd-option-shift-k to clean your build folder.
  • Make a new archive and upload it like you did before. Fingers crossed all goes well.


来源:https://stackoverflow.com/questions/18940640/checksum-validation-failed-when-submitting-with-xcode-5

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!