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

时间:2017-01-12 19:52:14

标签: macos terminal itunesconnect mac-app-store application-loader

目前我正在努力向Mac应用商店提交应用。我已经经历了几个步骤,但我被困在最后一个。这是因为我正在尝试将.app文件(统一制作)构建为.pkg,以便我能够通过应用程序加载器将其传送到iTunes连接。

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

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连接的应用程序加载器......

编辑:

好的,正如有人建议我可能已经得到了最初的终端命令错误,所以对我出错的地方的任何建议都将不胜感激。

1 个答案:

答案 0 :(得分:0)

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

喜欢 - &#34;开发者名称(ABC123456)&#34;