2017-03-11 7 views
0

Windowsマシン上のアプリケーション(Android用)を開発しました。 私はまたiOS用のアプリが欲しいです。 Xcode、node.js、cordovaをインストールしました。 エミュレータでアプリケーションを実行するとエラーはありません。 私はコマンドcordova run ios --deviceとデバイス上でアプリケーションを実行すると、私は次のエラーを取得:Cordova iOS - アプリケーションエラー65

Check dependencies 
Signing for "HelloCordova" requires a development team. Select a development  team in the project editor. 
Code signing is required for product type 'Application' in SDK 'iOS 10.2' 

** ARCHIVE FAILED ** 


The following build commands failed: 
    Check dependencies 
(1 failure) 
Error: Error code 65 for command: xcodebuild with args: -  
xcconfig,/Users/milkogrieger/Woow2/platforms/ios/cordova/build- 
debug.xcconfig,- workspace,HelloCordova.xcworkspace,-scheme,HelloCordova,- 
configuration,Debug,-  
destination,generic/platform=iOS,- 
archivePath,HelloCordova.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/milkogri 
eger/Woow2/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/milkogrieger/Woow2/platforms/ios/build/sharedpch 

私は以下のソリューションを発見し、それらを試してみました:

  • すべてのプラグイン
  • は、プラグインを追加、削除
  • プラットフォームを削除する
  • プラットフォームを追加する

しかし、まだエラーはあります。

私は誰かが私にあなたがメッセージが示すように、あなたの開発チームを指定する必要が

おかげ

答えて

1

を助けることができると思います。 build.jsonin the docsfurther clarified hereのように設定すると、簡単にこれを行うことができます。

関連する問題