Xcode6_ios_app Upload Failure Summary
Recently completed the project, upload the time encountered some trouble, here to share to you, hope to encounter the same problem some help.
I met is this, the project debugging complete, after packaging, with XCODE6 application loader upload, first encountered is error Description not available upload n many times is this error
As follows:
Debugging many times, the initial person is a network problem, the results back home still upload unsuccessful, the same problem.
Turn over the blog, someone mentioned Fq post-upload success. So open Fq, upload, start. The transfer process encountered a second problem
the description is as follows: ERROR ITMS-9000: "Invalid image path-no image found at the Path referenced under key ' cfbundleicons ': ' AppIcon 12 0x120 ' " can't find 120*120 's icon,
As follows:
According to the description, is not found 120x120 icon, can certainly be a picture of the problem
about icon I used the asset Catalog Creator free Auto-generated icon, then all copied to the project, and then all added to AppIcon. There are pictures of 120x120 in the generated picture. Preliminary speculation is the 120x120 picture problem, made the following attempt:
1, remove the AppIcon right CarPlay option, then package, upload, no results.
2, remove the AppIcon right CarPlay option, delete the 120x120 icon, no effect
3, remove the AppIcon folder inside the configuration file Contents.json under the 120x120 picture configuration file, remove the CarPlay, delete 120x120 pictures, no results.
4, helpless, will be appicon in all the pictures deleted, select the right System icon, will need to a copy of the picture in, packaging, uploading, OK
The hair map is as follows:
Blog first post _xcode6_ios_app upload failure summary