2017-09-28 12 views
2

私はIonic Proを使用してiOS用のIonic 3アプリケーションを構築しようとしています。すでにAndroid上で動作します。あなたは私が知っているより多くのログが必要な場合はIonic Pro iOSビルドエラー:不明なメソッド 'エラー!'

[08:47:12]: Unknown method 'error!', supported [:error, :important, :success, :message, :deprecated, :command, :command_output, :verbose, :header, :interactive?, :input, :confirm, :select, :password, :crash!, :user_error!, :shell_error!, :build_failure!, :test_failure!, :abort_with_message!, :not_implemented] 
+------+------------------------+-------------+ 
|    fastlane summary    | 
+------+------------------------+-------------+ 
| Step | Action     | Time (in s) | 
+------+------------------------+-------------+ 
| 1 | default_platform  | 0   | 
| 2 | create_keychain  | 0   | 
| 3 | download_certs   | 1   | 
| 4 | import_certificate  | 0   | 
| | update_project_codesi | 0   | 
|  | gning     |    | 
| 6 | shell command   | 0   | 
| 7 | delete_keychain  | 0   | 
+------+------------------------+-------------+ 
[08:47:12]: fastlane finished with errors 
[!] Unknown method 'error!', supported [:error, :important, :success, :message, :deprecated, :command, :command_output, :verbose, :header, :interactive?, :input, :confirm, :select, :password, :crash!, :user_error!, :shell_error!, :build_failure!, :test_failure!, :abort_with_message!, :not_implemented] 
\e[91mFailed to upload ipa to storage please retry your build. 
\e[0m Running after script... 
$ clean-up 
Cleaning up files... 
Successful clean up ERROR: Job failed: exit status 1 

これは私が持っているエラーです。このエラーは、コード署名に関して何かを言うようです。私は昨日すべてのプロダクション証明書を更新しました。セキュリティプロファイルに適切な資格情報が設定されています。

+0

プラグイン「cordova-plugin-ionic」がインストールされていますか?そのプラグインに起因する同様の問題に直面しているため –

答えて

0

申し訳ありませんが、私はこれを投稿して忘れましたが、私は問題を乗り越えました。私はIonic Proでビルドするアプリを手に入れたことはありませんでしたが、Xcodeで全く同じエラーが発生していて、Xcodeをアップデートすると問題が解決しました。おそらく、Ionic ProのiOSビルドツールは、更新が遅いだけかもしれません。

関連する問題