【发布时间】:2014-11-12 11:18:22
【问题描述】:
使用 xcode 6 验证或提交我的应用时,我收到错误:
ERROR ITMS-9000: "Invalid Image Path - No image found at the path referenced
under key 'CFBundleIcons': 'AppIcon120x120'"
我检查了我的 plist 文件,没有 CFBundleIcons 条目。我正在使用资产目录,我可以看到它在常规目标设置下正确配置(它也可以使用设备上的图标正确构建)。我也尝试过删除和重新添加目录。我最好的猜测是,当跨多个目标使用多个资产目录时,xcode 中存在某种错误。有什么想法吗?
【问题讨论】: