Errors submitting app to App Store from Xcode and Application Loader

泄露秘密 提交于 2019-12-11 05:09:13

问题


While submitting I get errors:

  1. If I send via xCode I receive "This action could not be completed -22421"
  2. If I send via Application Loader I get "ERROR ITMS-90034: "Missing or invalid signature. The bundle ' ' at bundle path 'Payload/.app' is not signed using an Apple submission certificate" and this "The resulting API analysis file is too large. We were unable to validate your API usage prior to delivery. This is just an informational message."

Before submitting I did remove all previous certificates, keys and provisioning profiles and create new distribution certificate and provisioning profile.


回答1:


This can be caused by having the old, expired WWDRCA (World Wide Developer Relations Certificate Authority) intermediate certificate still on your system.

First, download the WWDRCA cert. Open it to add it to your keychain.

Next, in the Keychain Access application, select the System keychain. Make sure to select “Show Expired Certificates” in the View menu and then delete the expired version of the Apple Worldwide Developer Relations Certificate Authority Intermediate certificate (expired on February 14, 2016).

Your certificates should now appear as valid in Keychain Access and be available to Xcode for submissions to the App Store.




回答2:


You need to create ipa with Production certificate and Distribution Provisioning Profile.

Then,you can upload that ipa with application loader and issue will be resolved.



来源:https://stackoverflow.com/questions/35919752/errors-submitting-app-to-app-store-from-xcode-and-application-loader

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