解决Xcode上传出现的Error ITMS-9000问题 ,No image found at the path referenced under key CFBundleIcons AppIcon

今天用Xcode 6.1 上传应用到市场,出现了如下问题:

Error ITMS-9000: "Invalid image path - No image found at the path referenced under key CFBundleIcons AppIcon120x120

用stackoverflow查了下,问题解决如下:

地址:http://stackoverflow.com/questions/25956210/error-uploading-the-application-in-xcode-6

解决方法:Its a bug from Xcode 6. Only remove the icon CarPlay from App Icon Source and works perfectly !!! =D

实际上就是把Images.xcassets里面的AppIcon中的CarPlay删掉就可以了,这是Xcode6的一个BUG。就上传成功了。

你可能感兴趣的:(解决Xcode上传出现的Error ITMS-9000问题 ,No image found at the path referenced under key CFBundleIcons AppIcon)