简体   繁体   English

将应用程序提交到iOS App Store时,“无法解压缩应用程序”

[英]While submitting app to iOS App Store, “Unable to unzip application”

I've successfully submitted "Product Name" to App Store. 我已成功将“产品名称”提交给App Store。 However, submitting "Product Name Lite", I keep getting the error "Unable to unzip application" in both Application Loader and built-in Xcode's uploader. 但是,提交“产品名称精简版”后,在Application Loader和内置Xcode的上载器中始终出现错误“无法解压缩应用程序”。 Error persists even after eliminating spaces from the product name; 即使从产品名称中删除了空格,错误仍然存​​在; in fact, I don't think there's whitespace anywhere in the app or the plist anymore. 实际上,我认为应用程序或plist中的任何地方都不存在空格。

What might be causing this "highly descriptive" error? 是什么导致此“高度描述性”错误?

I'm using Xcode 3.2.5. 我正在使用Xcode 3.2.5。


Attempting to clean, build, and build&archive did not help. 尝试清理,构建以及构建和归档没有帮助。

Make sure your created product does not have any invalid symlinks. 确保您创建的产品没有任何无效的符号链接。

I had a custom "Run Script" build phase which, in full version, created symlinks. 我有一个自定义的“运行脚本”构建阶段,该阶段以完整版创建了符号链接。 In the lite version, some files were deleted, resulting in invalid symlinks. 在精简版中,某些文件被删除,从而导致无效的符号链接。 Removing the symlinks allowed the validation phase to succeed, and the app is on its way to Apple's servers. 删除符号链接可以使验证阶段成功进行,并且该应用程序已经可以在Apple的服务器上使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM