简体   繁体   English

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

[英]Ionic Pro iOS package/build fails - “ERROR: Job failed: exit status 1”

Thank you for attempting to help resolve this issue. 感谢您尝试帮助解决此问题。 I'm using the paid Ionic Pro subscription for cloud builds and packaging. 我正在使用付费的Ionic Pro订阅进行云构建和打包。 All has been fine up until two days ago when iOS builds suddenly stopped working . 直到两天前,当iOS构建突然停止工作时,一切都很好。

To be clear, the exact same commit that previously built fine is now not building, with the only visible error message being " ERROR: Job failed: exit status 1 ". 要清楚,之前构建的完全相同的提交现在没有构建,唯一可见的错误消息是“ 错误:作业失败:退出状态1 ”。 The build is still running fine for Android. 对于Android,构建仍然运行良好。

I have removed the cordova-plugin-console and updated cordova-ios as suggested here . 我已经删除了cordova-plugin-console并更新了cordova-ios ,如此处所示

I have executed npm cache clean -f & npm install npm -g as suggested here . 我按照这里的建议执行了npm cache clean -fnpm install npm -g

I have opened a ticket with the Ionic support 24h ago but still no response. 我在24小时前用Ionic支持开了一张票,但仍然没有回应。

This is the full (very short) build log: 这是完整(非常短)的构建日志:

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

And this is my ionic info : 这是我的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

I'm starting to feel like there's something strange going on with the Ionic build servers, but I'm very thankful for any pointers and suggestions to try and fix whatever is broken. 我开始觉得Ionic构建服务器发生了一些奇怪的事情,但是我非常感谢任何指针和建议来尝试修复任何破坏的东西。

I had the exact same problem yesterday. 我昨天遇到了完全相同的问题。 But it seems to be working now. 但它似乎现在正在运作。 You should retry. 你应该重试。 :) Alléluia! :)Alléluia!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 离子应用程序构建失败,错误“链接器命令失败,退出代码为1(使用-v查看调用)” - ionic app build fails with error 'linker command failed with exit code 1 (use -v to see invocation)' Ionic Pro iOS构建错误:未知方法“错误!” - Ionic Pro iOS build error: Unknown method 'error!' Ionic pro构建失败,并出现错误Xcode 9没有提供配置文件 - Ionic pro build failed with error No provisioning profiles provided with Xcode 9 NativeScript iOS 构建失败 Xcode - 错误:命令 Ld 失败,退出代码非零 - NativeScript iOS Build Fails Xcode - Error: Command Ld failed with a nonzero exit code Ionic 2转换为Ionic 3:“离子构建iOS”上的“错误:无法转换程序” - Ionic 2 convert to Ionic 3 : “Error: Failed to transpile program” on “ionic build iOS” iOS平台的Ionic 3构建错误 - ARCHIVE FAILED - Ionic 3 build error for iOS platform - ARCHIVE FAILED iOS的离子构建失败 - Ionic build failed for iOS iOS Ionic构建失败 - iOS Ionic build failed 离子构建ios --release构建失败导致错误代码65 - ionic build ios --release build fails results in Error code 65 在Cordova iOS软件包中找不到`OBJROOT =“ $ OBJROOT”`以尝试修复Build错误:xcodebuild:命令失败,退出代码为65 - Can't find `OBJROOT=“$OBJROOT”` in the Cordova iOS package to attempt to fix Build Error: xcodebuild: Command failed with exit code 65
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM