【问题标题】:I was trying Build For Archiving application with xCode 4.4, but I get this error我正在尝试使用 xCode 4.4 构建归档应用程序,但出现此错误
【发布时间】:2012-06-30 03:38:36
【问题描述】:

我正在尝试使用 xCode 4.4 Build For Archiving 应用程序(来自 Titanium Mobile),但我收到此错误:

    Validate "/Users/admin/Library/Developer/Xcode/DerivedData/Sweet_Dream-gmqsujzdxwsgxtdhddwaatzuspsq/Build/Products/Release-iphoneos/Sweet Dream.app"
    cd "/Users/admin/Desktop/TitaniumWorkspace2/Sweet Dream/build/iphone"
    setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    setenv PRODUCT_TYPE com.apple.product-type.application
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation "/Users/admin/Library/Developer/Xcode/DerivedData/Sweet_Dream-gmqsujzdxwsgxtdhddwaatzuspsq/Build/Products/Release-iphoneos/Sweet Dream.app"

warning: iPhone/iPod Touch: appicon.png: icon dimensions (512 x 512) don't meet the size requirements.  The icon file must be 57x57 pixels, in .png format (-19014)
Unable to validate your application. - (null)

Command /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation failed with exit code 1

非常感谢任何帮助。

授予。

【问题讨论】:

    标签: ios xcode validation titanium archiving


    【解决方案1】:

    应用程序图标未在您的 xcode 中设置,它表明 appicon.png 的尺寸为 515x515,但应该为 57x57。因此,在项目的构建设置中更改应用程序图标

    【讨论】:

      猜你喜欢
      • 2018-11-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-29
      • 2011-08-10
      • 1970-01-01
      相关资源
      最近更新 更多