2017-05-08 118 views
5

我試圖上傳一個iOS應用程序到App Store,使用Xcode >> Organizer,但我得到了問題此操作無法完成。再次嘗試(-22421),如下圖所示。 我試圖重新上傳應用程序很多次,但發生同樣的錯誤iOS - 錯誤:無法完成此操作。再試一次(-22421)

這裏是一個問題,我得到捕捉:

enter image description here

下一步做什麼?如何在商店上成功上傳我的應用程序?

使用應用程序加載程序,現在得到另一個錯誤

Error ITMS-90168: "The binary you uploaded was invalid.

+0

有時這個錯誤是由於網絡問題。你如何通過Xcode或應用程序加載器上傳構建? – Priyal

+0

檢查此:http://stackoverflow.com/questions/35429801/this-action-could-not-be-completed-try-again-22421?rq=1 –

+0

你用什麼來上傳應用程序?可能有兩種情況1.蘋果服務器無法正常工作2.只需導出IPA文件並通過Application Loader上傳。 –

回答

1

使用應用程序加載器上傳應用程序,如Xcode的組織者無法上傳文件(拒絕IPA)有時,沒有正當理由,它的頻繁出現的問題,在Xcode的組織者,蘋果無法徹底解決。

很少有其他的原因也爲這類錯誤,比如

  • Apple app upload server is not working properly (not in connection or lost connection during file upload). Just wait and try again later (may be after a day).
  • Fluctuation in your network connection, during file upload.
  • You may not have added privacy statements in your info.plist file.

Cocoa Keys:這裏,是你應該考慮在你的Info.plist文件中添加,如果你已經使用了密鑰列表服務在你的應用程序中

解決方案錯誤代碼:90186

  • Outdated application loader can be reason of this error. Use latest Xcode tool and use application loader from Xcode Tool.
  • Incorrect/invalid provisioning profile, associated with your build. Ensure, your have used correct provisioning profile (A provisioning profile with Distribution/Production mode is require. A Development mode provisioning profile won't allow your to upload app on store.)

您可以找到最新的應用程序加載工具從最新的Xcode工具:Xcode中(菜單)►開放開發工具►加載應用程序

enter image description here

+0

上傳應用程序的方式(使用xcode,應用程序加載器)在應用程序加載器發生錯誤「您上傳的二進制文件無效」。 –

+0

這個錯誤是否有錯誤代碼?請分享錯誤代碼。它可能是ITMS:9000或90686 – Krunal

+0

錯誤ITMS-90168:「您上傳的二進制文件無效。」 –

1

這正常工作與應用程序加載器嘗試。您必須從Xcode組織者創建您的ipa並使用應用程序加載器。

我在上週面臨這個問題。最後用應用程序加載器上傳

+0

上傳應用程序(使用xcode,應用程序加載器)在應用程序加載器中發生錯誤「您上傳的二進制文件無效」。 –

+0

你的代碼構建正常嗎? –

相關問題