0

我正在尝试使用 xCode 4.4 构建归档应用程序(来自 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

非常感谢任何帮助。

授予。

4

1 回答 1

1

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

于 2012-06-30T04:00:12.963 回答