Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS - Error: This action could not be completed. Try Again (-22421)

I am trying to upload an iOS App to the App Store, using Xcode >> Organizer, but I got the issue This Action could not be completed. Try Again (-22421) as in the below image. I tried to re-upload app many times but same error occurred

Here is snaps for an issue I'm getting :

enter image description here

What to do next? How can I upload my app successfully on store?

Tried using Application Loader app and now getting another error

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

like image 469
Cricket Watcher Avatar asked May 08 '17 09:05

Cricket Watcher


2 Answers

Use Application Loader to upload your app, as Xcode organizer can't upload file (rejects IPA) sometimes, without genuine reason and it's frequently occurring issue, with Xcode Organizer, that apple could not resolve permanently.

There are few other reasons also for such kind of error, like

  • 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: Here, is list of keys that you should consider to add in your info.plist file, if you have used that service in your application.

Solution for error code: 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.)

You can find latest Application Loader Tool from latest Xcode Tool: Xcode (Menu) ► Open Developer Tool ► Application Loader

enter image description here

like image 138
Krunal Avatar answered Oct 12 '22 10:10

Krunal


This works fine with application loader. You will have to create ur ipa from the Xcode organizer and use application loader.

I am facing this issue for the last week. finally uploaded using application loader.

like image 21
simply_me Avatar answered Oct 12 '22 12:10

simply_me