ios - 我正在尝试使用 xCode 4.4 构建存档应用程序,但出现此错误

标签 ios xcode validation titanium archiving

我尝试使用 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

非常感谢任何帮助。

格兰特。

最佳答案

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

关于ios - 我正在尝试使用 xCode 4.4 构建存档应用程序,但出现此错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11271203/

相关文章:

ios - PFQueryTableViewController 未从 Parse 加载

ios - SwiftUI:如何使隐藏的 UITabBar 在出现的 View 上正确显示?

ios - 在 swift、iOS playground 中读取文件

validation - 在 Angular 2 中,如何在使用模板驱动表单时设置异步验证器?

jQuery 验证 - 如何忽略字母大小写?

c# - 俄罗斯增值税号验证

ios - 如何在iBooks上打开文件

ios - AFNetworking 2.0,SOAP 网络服务 : how to make request?

ios - 为什么我不能在 Swift 中访问这个数组的第二层?

objective-c - 我可以使用系统错误代码作为用户定义的错误代码吗