【发布时间】:2017-10-26 01:59:51
【问题描述】:
我正在尝试使用 Ionic Pro 为 iOS 构建我的 Ionic 3 应用程序。它已经在 Android 上运行。
这是我遇到的错误:
[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
如果您需要更多日志,请告诉我。该错误似乎与代码签名有关。我昨天刚刚续订了所有生产证书,并且在我的安全配置文件中设置了正确的凭据。
【问题讨论】:
-
您是否安装了插件“cordova-plugin-ionic”?因为我正面临由该插件引起的类似问题