Adhoc build error: Cannot start a new build, as there is already an in-progress build.

I am trying to create an ad hoc iOS build to submit to SauceLabs, but when I run

expo build:ios --provisioning-profile-path example.mobileprovision

I get the error ‘Cannot start a new build, as there is already an in-progress build.’
I can see that there are no builds currently running in Expo > Builds, and I am able to run ‘eas-cli build --platform ios’ without any errors.

Is there either a solution to this problem or perhaps a better way to make an ad hoc build for iOS.

Thanks!

do you have the "owner" field in your project? if so, builds will be run on behalf of that account, and concurrencies apply to the account that owns the project rather than the initiating user

1 Like