iOS Build Stuck

Hi,
My iOS build is stuck for a very long time and not proceeding, I am not able to start another build also. Previous Android build went fine. Not sure why its happening. I have the latest and greatest of expo. Please help:

https://expo.io/builds/dd2b1df9-f724-4119-b971-2511ace76ca2

same issue here, the status is still “Queued”

Also, getting the same issue. Build status says “queued” for ios. turtle-status says “59 msgs” under “builds waiting in queue” box.

@ide @adamjnav

Hey everyone,

We experienced an issue with our builders running much slower than normal. Restarted them and now they are processing at expected speeds. We’re going to add a couple more builders to help get through the remaining queue quicker.

Sorry for the inconvenience!

Cheers,

Adam

@adamjnav thanks for the response. For the expo/turtle-status page, I noticed that I have to refresh the page twice in order to get the build status. Just a heads up :slight_smile:

1 Like

Here’s what helped me:

ps aux | grep exp

and kill all found processes

then start expo:

expo start -c

then Ctrl+C

and next build will work.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.