Razvan S.
Razvan S.

Reputation: 803

Running Fastlane Gym build in Rosetta

We have a new M1 MacMini that we want to use for CI/CD purposes. Our main issue is that we have a really old external dependency that doesn't allow us to build the app for the simulator on ARM architecture. We managed to make it build on this machine by running Xcode in Rosetta mode. So as long as we use Rosetta mode with Xcode we can run the app on the simulator with no issues.

Our problem is that we are using Fastlane gym to build the app in our CI/CD flow, so Xcode doesn't run in our flow. We did a lot of research but didn't manage to find a solution that fits our needs.

The question is: Can Fastlane gym run with Rosetta?

Upvotes: 4

Views: 1219

Answers (0)

Related Questions