您的位置:首页 > 移动开发

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

2015-08-11 20:24 741 查看
今天用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。就上传成功了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: