AIR 应用开发整理 - ERROR ITMS-90032 : "Invalid Image Path - No image found at the path referenced under key 'CFBundleIc

在这个十一假期里面,终于把这款游戏提交审核了。在整个开发,调试,发布过程中不可避免的是各种各样的问题。对我个人来说是一种成长,在此尽可能详细的记录下来,希望给那些我一样做着AIR开发,遇到相同的问题的人一些的帮助。毕竟这方面的资料太少了。

ERROR ITMS-90032 : "Invalid Image Path - No image found at the path referenced under key 'CFBundleIc

这次说的问题就是,在通过Application Loader 提交ipa包的时候。报错:ERROR ITMS-90032 : "Invalid Image Path - No image found at the path referenced under key 'CFBundleIc

AIR 应用开发整理 - ERROR ITMS-90032 :
屏幕快照 2016-10-05 上午11.35.09.png

google中也给出了很多的解决方法,当时都不合适,因为很多都是用xcode开发的,方法无疑是删除其中的一些配置项。并不适用于air开发,纠结了很久,发现并不是所有的配置的icon报错。

 
  Icon-Small.png
  Icon-Small-40.png
  Icon-Small-50.png
  Icon.png
  [email protected]
  Icon-72.png
  Icon-76.png
  [email protected]
  [email protected]
  [email protected]
  [email protected]
  [email protected]
  [email protected]
  [email protected]
  [email protected]
 

对比以后发现,Icon-72.png,Icon-76.png相关的图片并没有出现在报错列表里面,所以我猜想是否是命名方式的问题。所以就把 其他图片的命名方式改了一下,

 
  Icon-29.png
  Icon-40.png
  Icon-50.png
  Icon-57.png
  Icon-58.png
  Icon-72.png
  Icon-76.png
  Icon-80.png
  Icon-87.png
  Icon-100.png
  Icon-114.png
  Icon-120.png
  Icon-144.png
  Icon-152.png
  Icon-180.png
 

通过这个方法可以把问题解决,具体是什么原因引起的,Application Loader在解析资源文件的时候有什么规则问题我就不得而知了。如果你知道原因麻烦给我留言吧。

原文链接:http://www.bennyxu.com/index.php/archives/381/

你可能感兴趣的:(AIR 应用开发整理 - ERROR ITMS-90032 : "Invalid Image Path - No image found at the path referenced under key 'CFBundleIc)