今天用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。就上传成功了。
版权声明:本文为博主原创文章,未经博主允许不得转载。
时间: 2024-10-26 20:30:20