简体   繁体   English

Xcode无效的zip文件

[英]Xcode invalid zip file

I am uploading my Xcode .zip file to https://www.diawi.com and when I upload it, it says: 我正在将我的Xcode .zip文件上传到https://www.diawi.com ,当我上传时,它说:

An error occurred: 4001003: Invalid .ipa file: content couldn't be read, doesn't seem to be a valid zip-compressed file (za9) 发生错误:4001003:无效的.ipa文件:无法读取内容,似乎不是有效的zip压缩文件(za9)

My zip file consists of: 我的zip文件包括:

图片

Why is it invalid? 为什么无效? (I compressed it by Ctrl-Click and compress) (我通过Ctrl-Click对其进行了压缩和压缩)

My zip file consists of: 我的zip文件包括:

Well, that's wrong. 好吧,那是错误的。 They want your built .ipa file, not your source code. 他们需要构建的.ipa文件,而不是源代码。

I compressed it by Ctrl-Click and compress 我通过Ctrl-Click压缩并压缩

An .ipa file is a zip-compressed file. .ipa文件 zip压缩文件。 You don't need to zip it again . 您无需再次压缩它。

暂无
暂无

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

相关问题 Xcode 6 Beta 3:无效的虚拟文件系统覆盖文件 - Xcode 6 beta 3: invalid virtual filesystem overlay file Xcode - 源文件中的无效字符(将“”替换为“”) - Xcode - Invalid character in source file (Replace " " with " ") 使用 swift 5.0 将 zip 文件解压缩到 xcode 中的应用程序中 - Unzip the zip file saved into the app in xcode with swift 5.0 “此捆绑包无效 - 文件扩展名必须为.zip”错误提交到iTunes - “This bundle is invalid - The file extension must be .zip” error submitting to iTunes Xcode 7 Swift 2 - 尝试将ZIP文件嵌入/预加载到iTunes共享,以便应用程序用户可以将ZIP复制到他们的桌面 - Xcode 7 Swift 2 - Trying to Embed / PreLoad a ZIP file into iTunes Sharing so App Users can copy ZIP to their Desktop “目标文件格式无法识别,无效或不适合”Xcode错误 - “object file format unrecognized, invalid, or unsuitable” Xcode error “您上传的二进制文件无效。 文件不是有效的zip文件”,错误消息将应用程序上载到iTunes Connect - “The binary you uploaded was invalid. the file was not a valid zip file” Error message uploading app to iTunes Connect Xcode & Objective-C:无法在 ZIP 文件中的自定义字体上显示粗体 - Xcode & Objective-C: Can't display Bold on a custom font from a ZIP file Xcode中的签名无效警告 - Signature invalid warning in xcode Xcode观看“无效表达式” - Xcode watch 'invalid expression'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM