Hi Team,
We are encountering an issue while running bundle exec fastlane in our CircleCI pipeline. The build is failing on the production build, although it is working fine on the test build. We’re unsure why the production Fastlane environment is failing.
There haven’t been any major code changes from our side. This setup was working fine about 17 days ago with the release/6.1.6 tag, but it started failing with the release/6.1.7 tag.
I will share the CircleCI job URL shortly for reference.
Please find the details below for further diagnosis.
Android image: cimg/android:2024.01
Gradle version: 8.9.2
Kotlin version: 2.1.20
Java_opts: -Xmx4096m
GRADLE_OPTS: -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.caching=true -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false
More version details:
Bundler 2.2.22
fastlane (2.227.1)
https://rubygems.org/ - To create Gemfile.lock
json (< 3.0.0)
//gradle.properties
org.gradle.jvmargs=-Xmx4096m