Use the Application Loader to download the application, since the Xcode organizer cannot download the file (rejects the IPA) sometimes, without a genuine reason and a frequent problem with the Xcode Organizer, that the apple cannot permanently resolve.
There are several other reasons for this error, for example
- Apple Application Download Server is not working properly (not in connection or lost connection during file download). Just wait and try again later (maybe after a day).
- Fluctuation in your network connection when downloading a file.
- You may not have added privacy to your info.plist file.
Cocoa Keys : Here is a list of keys that you should consider in order to add info.plist to your file, if you have used this service in your application.
Solution for error code: 90186
- An outdated application loader may cause this error. Use the latest Xcode tool and use the application loader from the Xcode Tool.
- Invalid / invalid provisioning profile associated with your assembly. Be sure to use the correct provisioning profile (Providing a profile with Distribution / Production mode. Creating a development mode creation profile does not allow loading the application into the repository.)
You can find the latest tool to download applications from the latest Xcode tool: Xcode (menu) ► Open the developer tool ► Application Loader

source share