应用程序加载器提交元数据
我的应用程序运行正常。 我已经运行包生成器来生成 pkg
然而,如果我尝试使用应用程序加载器上传,它总是返回我:
- 存档无效。意外的productutil 输出:产品元数据必须存在
- 产品存档“/Users/....我的 app/Myapp.pkg 的路径是一个目录”
这应该是一件小事,但我花了几个小时却没有发现。
I have my app running correctly.
I have run the Package maker to produce a pkg
Nevertheless, if I try to upload with the Application Loader it always returns me :
- The archive is invalid. Unexpected productutil output: the product Meta-data must be present
- Product archive "/Users/....path to my app/Myapp.pkg is a directory"
This should be a little thing but I spent hours and didn't find out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
应用程序加载器需要一个 ZIP 文件。它期望的 ZIP 是由 .app 文件夹生成的 - 压缩该文件夹并上传生成的 .zip 文件。
Application loader expects a ZIP file. The ZIP it expects is made from the .app folder - Compress that and upload the resulting .zip file.
压缩您的project.app 文件,因此将创建一个.zip 文件。您可以在应用程序加载器中使用此.zip 文件。
如果您打算在 itunes connect 上上传此文件,请记住使用您的分发证书制作分发二进制文件。
干杯
Compress your project.app file,so a .zip file will be created.You can use this .zip file in your Application Loader.
Remember to make a distribution binary with your distribution certificate if you are planning to upload this file on itunes connect.
Cheers
这很奇怪:应用程序加载器的浏览对话框仅接受 .pbk 文件。通过 Dock 拖放 CDrop 仅接受 .zip 文件 - 并且拖放 zip 文件也会给我所描述的错误消息。通过浏览对话框选择 .PKG 即可。斯特雷,但希望这有帮助吗?
it's weird: the Browse dialog for Application loader only accepts .pbk files. Drag&CDrop via the dock only accepts .zip files - and dropping a zip file too gives me the described error messages. choosing the .PKG via the browse dialog works on. strage, but hopefully this helps?