2017-11-21 9 views
0

プッシュ通知付きのイオン3アプリを構築しようとしています。私は、このコマンドを実行するときしかし:チーム '<TEAM>'とイオン3を実行していないiOS

Check dependencies 
Code Signing Error: No profile for team '<TEAM>' matching '<APPPROFILE>' found: Xcode couldn't find any provisioning profiles matching '<TEAM>/<APPPROFILE>'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor. 
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.1' 

しかし、私は問題なくXcodeで私のアプリを展開することができます...

私は私のXcodeを設定している:

sudo ionic cordova run ios 

私はこのエラーを持っていますこのように:

enter image description here

まず、「自動署名管理」を使用しようとしましたが、別のエラーがありました。

私はこれで何をすべきか理解していない:

Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor 

私は本当に例えば--prodを構築するためのコマンドラインで自分のプロジェクトをデプロイする必要があります。

誰かが解決策を持っていますか?

UPDATE

Apple社のWebサイトと私の「TEAM」に関する私のメンバーシップの詳細に私のIdチームがアップmentionnedなぜ、貴様があり、私は理解していませんか?

答えて

0

プロジェクトのルートにあるbuild.jsonファイルでこれらの詳細を指定してください。次に、以前に試していたコマンドを--buildConfigで実行します。

ionic cordova run ios --buildConfig build.json

+0

ご回答ありがとうございます。 xcodeプロジェクトで何をする必要がありますか? –

+0

私はまったく同じエラーを持っています... –

+0

上記のオプションを使用すると、Xcodeを開く必要はありません。すべてのCert。プロビジョニングプロファイル情報は 'build.json'で指定する必要があります。 – johnborges

関連する問題