Ionic Pro iOS打包/构建失败 - “错误:作业失败:退出状态1”

8
感谢您尝试帮助解决此问题。我正在使用付费的Ionic Pro云构建和打包订阅。一切都很好,直到两天前iOS构建突然停止工作
明确一点,之前能够成功构建的完全相同的提交现在无法构建,唯一可见的错误消息是“ERROR: Job failed: exit status 1”。Android仍然可以正常构建。
此处所建议,我已删除cordova-plugin-console并更新了cordova-ios
此处所建议,我已执行npm cache clean -fnpm install npm -g
我已经在24小时前向Ionic支持团队提交了工单,但仍未收到回复。
以下是完整(非常短)的构建日志:
Running with gitlab-ci-multi-runner 9.1.0 (0118d89)
  on Mac Package Runner 2 (dd66aa51)
Using Shell executor...
Running on Ionics-Mac-3.local...
Cloning repository...
Cloning into '/Users/ionic/builds/dd66aa51/0/project-1'...
Warning: Permanently added the ECDSA host key for IP address 'xx.xx.xx.xxx' to the list of known hosts.
Checking out f7b42652 as master...
Skipping Git submodules setup
$ fetch-updates
Checking for build process updates...
Running after script...
$ clean-up
Cleaning up files...
Successful clean up
ERROR: Job failed: exit status 1

以下是我 ionic info 的信息:

$ ionic info

cli packages: (C:\Users\Andreas\AppData\Roaming\npm\node_modules)

    @ionic/cli-utils  : 1.10.2
    ionic (Ionic CLI) : 3.10.3

global packages:

    Cordova CLI : 7.0.1

local packages:

    @ionic/app-scripts : 2.1.4
    Cordova Platforms  : android 6.2.3 ios 4.4.0
    Ionic Framework    : ionic-angular 3.6.1

System:

    Node : v6.11.0
    npm  : 5.4.2
    OS   : Windows 7

我开始感觉Ionic构建服务器出了一些问题,但非常感激任何可以指点和建议来修复问题。

1个回答

1

我昨天也遇到了完全相同的问题。但现在好像可以正常工作了。你应该重试一下。 :)

哈利路亚!


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接