Ios Build on queue for a long time

Hello,

I am also experiencing problems while building for iOS. Has been stuck in the queue for several hours so far.

My build is fbc036a1-39f4-4120-914a-7ba5ab3f0261

Thanks

Hi,

same here, build is queued for 4 hours now and while queued I can not cancel and resubmit it. Is there still an issue on your side?

Build ID is 959530d3-2e06-49d9-bbbb-6866ad0e8295.

Alex

Same problem for me as well, my iOS build has been queued for 3 hours now.

My build ID is 56234d1d-0d02-491e-9bc9-fb49037c96ee.

Same here, queued for 3 hours: 96923ea0-cf3e-43cd-bc0c-8a9d067ecd6c

Feature request:

How about adding a chart with the number of builds queued or average waiting time over the last 24h at https://status.expo.io with live data? So everyone could see: “Oh, it’s going up. They have an issue. I can fetch a coffee ;-)”

Statuspage is offering a system metrics feature (What are system metrics? | Statuspage | Atlassian Support).

Alex

3 Likes

Same here, iOS build on queue for about 2 hours now.
Build id: 89836880-991b-4e95-9ab7-8a316643285f

Hello,

same problem on iOS build - queue for 6 hours;/
build: a7286a8f-0374-480b-84c7-d68262837577

Now it was finished, but with the error message in the log:

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>ABAC5C277E6C5206</RequestId><HostId>EPZ6bPJJrZQe9C0GyXGSEYI3G38to1ZeMjwnHt4BKx8sAvTqkQgjNx1dFBCc7N9SH522dKewixU=</HostId></Error>

Is this my own problem or is this a platform issue?

hi there! we are fixing an issue with the ios build service, it’ll be back up shortly, sorry for the hassle

4 Likes

Thanks! The archive build is working again.

The simulator build is still hanging for me:

running simulator build
extracting build configuration from app.json

…and it doesn’t do anything after that. Current build id: 0f7bd55b-541a-457b-a343-977b7815f5b8

App.json:

{
  "expo": {
    "name": "YetPet",
    "description": "O novo jeito de cuidar",
    "slug": "yetpet-owners",
    "privacy": "unlisted",
    "sdkVersion": "25.0.0",
    "platforms": ["ios", "android"],
    "version": "1.0.1",
    "orientation": "portrait",
    "icon": "./assets/images/icon.png",
    "notification": {
      "icon": "./assets/images/notification-status-bar.png",
      "color": "#02ABDC",
    },
    "splash": {
      "image": "./assets/images/splash.png",
      "backgroundColor": "#02ABDC",
    },
    "assetBundlePatterns": [
      "assets/images/**",
      "assets/images/intro/**",
      "assets/fonts/**",
      "node_modules/@expo/vector-icons/Ionicons.ttf",
      "node_modules/native-base/Fonts/Roboto.ttf",
      "node_modules/native-base/Fonts/Roboto_medium.ttf"
    ],
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "br.com.yetpet.owners",
      "buildNumber": "1.0.1",
      "loadJSInBackgroundExperimental": true,
      "splash": {
        "image": "./assets/images/splash.png",
        "backgroundColor": "#02ABDC",
        "resizeMode": "cover",
      },
    },
    "android": {
      "package": "br.com.yetpet.owners",
      "icon": "./assets/images/android-icon.png",
      "versionCode": 3,
      "splash": {
        "image": "./assets/images/splash.png",
        "backgroundColor": "#02ABDC",
        "resizeMode": "cover",
        "ldpi": "./assets/images/splash.png",
        "mdpi": "./assets/images/splash.png",
        "hdpi": "./assets/images/splash.png",
        "xhdpi": "./assets/images/splash.png",
        "xxhdpi": "./assets/images/splash.png",
        "xxxhdpi": "./assets/images/splash.png",
      },
    },
  }
}

Hi @fvfelipe I didn’t see a buildJob thats in progress for the build id that you posted, could you try again and let me know if you’re still running into the same issues?

1 Like

thanks @jimmylee, I’ve started a new one and it seems stuck the same way:
https://expo.io/builds/67962639-7bfb-4f2d-b571-c770b6e2ad1c

Command:
exp build:ios -t simulator --release-channel production-v1 --no-publish
(no-publish because I’ve just published a version to build the .ipa and it worked)

1 Like

At the moment I am not sure what is causing your build to stall in that way (First time I’ve seen this). So I have escalated this issue to people who are more experienced in this domain.

I’m really sorry about the inconvenience! We will figure this out @fvfelipe

1 Like

Hi @jimmylee, I’m also getting this issue with https://expo.io/builds/953101e6-d919-4092-ab81-d82032d365ed, where my build seems hung after

running simulator build
extracting build configuration from app.json

Please let me know if there’s any additional info I can provide :slight_smile:

EDIT: FYI I just cancelled the aforelinked build so that I can start a non-simulator build.

Hey,

My build seems to be stuck too, https://expo.io/builds/13125583-5abc-4139-9ee4-f2c547fc5bc7

Can you cancel it? Or if I have a way of doing it, I’d of course like to do it myself and learn how :slight_smile:

Mine too!

how can i cancel it? Thanx :slight_smile:

I’m having trouble as well with iOS builds, they do not seem to start, even after a long time.

Is it possible to build it on my local machine?
Unfortunately, I don’t have time to wait x hours/days until my build will be finished. If I’d know about such problems in the future, I rather ejected my app when I had some time.

Anyway thanks, guys.

Hi! I also faced this problem with iOS build stuck in queue.

My build ID: 6aef9633-6ac8-4726-8611-024d228aaf3a

What should I do, can I stop it?

@skygate, @expowtf, @hedvig, @desarrollospyro, @freeall:

Try going to your project build dashboard and cancel your build, it should be expo.io/@username/your-project/builds (ie) https://expo.io/@notbrent/growler-prowler/builds.

3 Likes