【问题标题】:Error when uploading .ipa to iTunes Visual Studio Cordova将 .ipa 上传到 iTunes Visual Studio Cordova 时出错
【发布时间】:2016-04-20 07:31:30
【问题描述】:

我有 Visual Studio 2015.Cordova 6 ios 平台 4.0.1。无法上传ipa到iTunes,这两天有问题还是解决不了。

错误 ITMS-900032:“无效的图像路径 - 在路径中找不到图像 在键 'CFBundleIconFile' 下引用:'icon.png'

我在堆栈溢出中看到类似的问题没有人解决我的问题。

 <platform name="ios">
    <!-- iOS 8.0+ -->
    <!-- iPhone 6 Plus  -->
    <icon src="res/icons/ios/icon-60-3x.png" width="180" height="180" />
    <!-- iOS 7.0+ -->
    <!-- iPhone / iPod Touch  -->
    <icon src="res/icons/ios/icon-60.png" width="60" height="60" />
    <icon src="res/icons/ios/icon-60-2x.png" width="120" height="120" />
    <!-- iPad -->
    <icon src="res/icons/ios/icon-76.png" width="76" height="76" />
    <icon src="res/icons/ios/icon-76-2x.png" width="152" height="152" />
    <!-- iOS 6.1 -->
    <!-- Spotlight Icon -->
    <icon src="res/icons/ios/icon-40.png" width="40" height="40" />
    <icon src="res/icons/ios/icon-40-2x.png" width="80" height="80" />
    <!-- iPhone / iPod Touch -->
    <icon src="res/icons/ios/icon.png" width="57" height="57" />
    <icon src="res/icons/ios/icon-2x.png" width="114" height="114" />
    <!-- iPad -->
    <icon src="res/icons/ios/icon-72.png" width="72" height="72" />
    <icon src="res/icons/ios/icon-72-2x.png" width="144" height="144" />
    <!-- iPhone Spotlight and Settings Icon -->
    <icon src="res/icons/ios/icon-small.png" width="29" height="29" />
    <icon src="res/icons/ios/icon-small-2x.png" width="58" height="58" />
    <!-- iPad Spotlight and Settings Icon -->
    <icon src="res/icons/ios/icon-50.png" width="50" height="50" />
    <icon src="res/icons/ios/icon-50-2x.png" width="100" height="100" />
  </platform>

以上是我的config.xml这些,请帮我解决这个问题。看到同样的问题,我疯了 2 天。

【问题讨论】:

    标签: ios cordova visual-studio-2015 itunes-store


    【解决方案1】:

    一个已知问题:https://issues.apache.org/jira/browse/CB-10493

    Cordova 6.1.1 应该有修复。在 VS 的 config.xml 设计器中更改 Cordova 版本。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-02-24
      • 2018-04-04
      • 1970-01-01
      • 2011-08-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多