2017-06-08 14 views
0

** EXPORT FAILED **ionic build iosが失敗し、常に輸出が失敗します。

Error: Error code 70 for command: xcodebuild with args: -exportArchive,-archivePath,MyApp.xcarchive,-exportOptionsPlist,/Users/yeezy/cbe/platforms/ios/exportOptions.plist,-exportPath,/Users/yeezy/cbe/platforms/ios/build/device

このマイイオン情報;

グローバルパッケージ:

@ionic/cli-utils : 1.3.0 
Cordova CLI  : 7.0.1 
Ionic CLI  : 3.3.0 

ローカルパッケージ:

@ionic/app-scripts    : 1.3.7 
@ionic/cli-plugin-cordova  : 1.3.0 
@ionic/cli-plugin-ionic-angular : 1.3.0 
Cordova Platforms    : ios 4.4.0 
Ionic Framework     : ionic-angular 3.3.0 

システム:

Node  : v6.10.3 
OS   : macOS Sierra 
Xcode  : Xcode 8.3.2 Build version 8E2002 
ios-deploy : 1.9.1 
ios-sim : 5.0.13 

誰かが助けて?

+0

あなたは何を編集したのですか? @suraj –

+0

私はブロックqoute..nothing内のエラーメッセージを入れた.. –

+0

私は私の問題を解決することができますplz @ suraj –

答えて

0

私はionic1テストアプリで同様の問題に遭遇しました。私に何が起こったのかは、まずxcodeで開発チームを変更しなければならなかった。それでもxcodeで、私はバンドル識別子を更新しました。最後に私の問題を解決するために、自分のionicアプリケーションのルートにあるconfig.xmlファイルを変更しました。私はxcodeで設定したバンドル識別子と一致するようにwidget要素のid属性を変更しました。

Changing the Development team in xcode Changing the Bundle Identifier Changing config.xml to match Bundle Identifier

関連する問題