【发布时间】:2011-12-23 17:43:47
【问题描述】:
Apple 的 document on submitting an app to the Mac App store 包含使用 /Developer/usr/bin/ 中的命令 productbuild 的示例。
productbuild \
--component build/Release/Sample.app /Applications \
--sign "3rd Party Mac Developer Installer: Name1 Name2" \
--product product_definition.plist Sample.pkg
当我在我的示例应用程序上运行此命令时,我收到错误:
productbuild: 错误: 找不到产品定义 plist “product_definition.plist”。
这个product_definition.plist是什么,它应该来自哪里,里面应该是什么,应该使用什么工具来创建这个plist?
【问题讨论】:
-
注意:证书有效且在钥匙串中。 Release 构建目录中的应用从应用商店下载其测试收据并正常运行。
-
您的苹果文档链接已损坏...
标签: macos installation package mac-app-store productbuild