Bitrise Build Issue Report template
Description of the issue
I have a basic react native workflow only for IOS. I am able to successfully run it locally via the bitrise cli. When running build in the bitrise GUI, I get a timeout. Locally the full process takes around 13 minutes. I even removed tests, to ensure only the bare-minimum steps run:
git clone -> npm install -> pod install -> bump version number -> get signing and provisioning -> xcode archive -> upload to bitrise
It times out on the “xcode archive and export for iOS” step, consistently. Does this mean that the free tier isn’t sufficient to run this basic flow, or could there be an issue with the configuration?
Environment:
development, React Native
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
-
Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO - Does the issue happen sporadically, or every time? : Everytime
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : From initial attempts after trying out bitrise
Local reproduction
Works fine locally, builds in ~13 minutes.
Build log
build log: https://app.bitrise.io/build/547824fc3f923a66#?tab=log