2012-06-30 34 views
0

我試圖建立歸檔應用程序(從二手機)和Xcode 4.4,但我得到這個錯誤:我試圖建立和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 

任何幫助非常感激。

格蘭特。

回答

1

應用程序圖標未在您的xcode中設置,它表明appicon.png尺寸爲515x515,但它應該是57x57。因此,在項目的版本設置中更改應用程序圖標

+0

非常感謝!我認爲這不重要(因爲「警告」)。 – user1492501

相關問題