0

現在、私は、Macアプリケーションストアにアプリケーションを提出しています。私はいくつかのステップを経てきましたが、最後のステップにはまっています。これは、.appファイルを.pkgに作成しようとしているため、アプリケーションローダー経由でiTunesに接続することができます。ターミナルでビルドすると.pkgファイルが見つからない/ .appを.pkgに変換する方法

私は、端末には、このコマンドを入力しています:

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ファイルを見つけることができませんちょうどビルドされています... これはどこかに隠されているので、私は間違いを犯したかどうかわかりませんが、私は気付いていませんが、どんな助けもありがとうございます

だから、要するにこの質問は基本的には...接続しiTunesにアップロードされたアプリケーション・ローダを使用して可能なの.pkgに.APPを作る方法を

EDITです:誰かが私が得ている可能性が示唆されているように

[OK]を結局のところ最初のターミナルコマンドが間違っていたので、どこに間違っていたかについての提案は感謝します。

+0

はありません、それは、誤りです。 –

+0

オハイオ州大丈夫だから私は間違っていたと思っていますか?@ l'L'l – RaZ

答えて

0

お客様の開発者名の後にチームIDを付ける必要があります。ので、あなたの `.pkg`が構築されていませんでした -

のように - あなたが誤ってコマンドを入力したことを伝えるだとして、「DEVELOPER名(ABC123456)」

関連する問題