Systems | Development | Analytics | API | Testing

Bitrise Remote Developer Environment CLI: Update iOS App for Xcode 27

Get your iOS app working with recently released Xcode 27 beta using Claude Code running in an RDE. Spin up a trial, and try for yourself! You can power your Agentic AI Development Loop with Bitrise Remote Developer Environments (RDE). Cloud VMs that run on the same infrastructure as Bitrise CI used and trusted by thousands of mobile customers.

Maven Central rate limits: What you need to know

Maven Central introduced rate limits for high volume users. Bitrise is protecting its users from rate limiting errors on dependency resolution by hosting a repository manager, a sort of pull-through cache, to reduce load on Maven Central and provide faster dependency downloads. This is enabled by default at not additional cost for all Bitrise hosted builds.

Build Cache for React Native setup guide

Learn how to leverage Bitrise Build Cache to reuse build outputs and compilation data in your React Native projects. This guide from Lex Zavala walks you through the essential steps for configuring Build Cache for React Native: adding the required workflow steps, configuring command-line prefixes for better data segmentation, and using the Bitrise dashboard to track cache hit rates and invocation durations for every build.

CopyFail, Local Privilege Escalation, and what Bitrise customers should know

With all the online chatter about Copy Fail, DirtyFrag, and Fragnesia, we prepared this simple explainer about what these local privilege escalation vulnerabilities are and how they affect Bitrise customers. Bitrise provides a full-stack, vertically integrated mobile DevOps solution that unites the tools, processes and testing frameworks engineering teams need to build best-in-class mobile experiences. Over 400,000 developers use Bitrise’s products: Bitrise CI, Build Cache, Release Management, and Insights.

Lightning-fast infra for GitHub Actions: Bitrise Build Hub in 1 minute

Bitrise Build Hub: A drop-in replacement for GitHub's macOS runners. The largest dedicated Apple Silicon fleet for mobile CI/CD. M4 Pro Apple Silicon with 54GB RAM, Xcode updates within 24 hours, co-located build cache. One line of YAML. Bitrise provides a full-stack, vertically integrated mobile DevOps solution that unites the tools, processes and testing frameworks engineering teams need to build best-in-class mobile experiences. Over 400,000 developers use Bitrise’s products: Bitrise CI, Build Cache, Release Management, and Insights.

Meet Bitrise AI: 1-minute feature tour

In this fast demo, Naveen Nazimudeen walks you through the Bitrise AI features. Unlike typical agents that only suggest changes, Build Fixer applies the fix for you, then runs a build to validate and opens a PR. Code Reviewer automatically reviews new PRs with zero noise. Bitrise provides a full-stack, vertically integrated mobile DevOps solution that unites the tools, processes and testing frameworks engineering teams need to build best-in-class mobile experiences. Over 400,000 developers use Bitrise’s products: Bitrise CI, Build Cache, Release Management, and Insights.

Reviewing your build in Bitrise: Build Details page

In this demo, Naveen Nazimudeen, Solutions Engineer at Bitrise, explores the Build Details page and shows how to quickly get to the root cause of a failed build. He looks at key tabs like Build Logs, Tests (including flaky test detection and quarantine), Artifacts, Build Cache, and VM Monitoring for performance and out-of-memory debugging.

How to parallelize tasks using Bitrise pipelines

Pipelines allow you to organize your CI/CD tasks into modular workflows that can run sequentially or in parallel. In this demo, Senior Solutions Engineer Ben Boral shows a simple pipeline that runs a fast linting check first, then executes two test suites in parallel to reduce wall clock time, and gates the build step on the success of those tests - speeding up the feedback loop and avoiding wasteful tasks.

Using the Step Library in Bitrise

See what the Bitrise Step Library can do for you with Senior Solutions Engineer Ben Boral. Instead of relying on custom scripts for functionality, you can use these off-the-shelf components to quickly build a workflow. These steps are open source, allowing you to view their code, fork them, and make changes, or you can write a custom script directly in the Workflow Editor.