0

Build For Archiving アプリケーション (Titanium Mobile から) を xCode 4.4 で試していましたが、次のエラーが発生しました:

    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 に答える