在终端中构建时找不到 .pkg 文件/如何将 .app 转换为 .pkg

Cannot find .pkg file upon building it in terminal / How to convert a .app into a .pkg

目前我正在努力将应用程序提交到 mac 应用程序商店。我已经完成了几个步骤,但仍停留在最后一个步骤上。这是因为我正在尝试将我的 .app 文件(统一制作)构建为 .pkg,因此我能够通过应用程序加载器将其传送到 iTunes connect。

我正在终端中输入此命令:

productbuild --component GAMENAME.app /Applications --sign "3rd Party Mac Developer Installer: DEVELOPER NAME" GAMENAME.pkg

但是由于某种原因,输入后即使我没有收到错误消息:

Usage: productbuild [--product <requirements-plist>] {--component <component-path> <install-path>} <product-output-path>
    Build product with a self-contained bundle, e.g. for the Mac App Store

Usage: productbuild {--content <content-path>} <product-output-path>
    Build product with in-app content

Usage: productbuild [--product <requirements-plist>] {--root <root-path> <install-path>} <product-output-path>
    Build product with an xcodebuild destination root

Usage: productbuild [options] --distribution <dist-path> [--package-path <search-path>] <product-output-path>
    Build product with a distribution and the packages it references

Usage: productbuild --synthesize [--product <requirements-plist>] {--package <pkg-path>} <distribution-output-path>
    Synthesize and write a distribution from component packages

See productbuild(1) for details.

我找不到刚刚构建的.pkg 文件... 我不确定这是因为它隐藏在某个地方,还是我犯了一个我不知道的错误,但我们将不胜感激

所以,简而言之,这个问题基本上是如何将 .app 制作成 .pkg,它可以使用上传到 iTunes connect 的应用程序加载器...

编辑:

好吧,正如有人建议的那样,毕竟我可能把初始终端命令弄错了,所以任何关于我哪里出错的建议都将不胜感激。

您的开发者名称后必须跟团队 ID。

喜欢 - "DEVELOPER NAME (ABC123456)"