Systems | Development | Analytics | API | Testing

How Build Cache for React Native works: caching the C++ your CI keeps recompiling

A React Native build is really two builds stacked on top of each other. On Android, Gradle compiles your Kotlin and Java, then drops down into cmake and ndk-build to compile the C++ that ships inside Hermes, Folly, ReactCommon, and your own turbo modules. On iOS, Xcode does the equivalent: Swift and Objective-C on top, the same C++ underneath via Clang. Two build systems, two languages on top, one shared set of C++ underneath.

Predicting Build Cache time savings with Quick Connect

‍Build Cache can meaningfully shorten CI feedback loops, but only if it’s connected to workflows where it’ll actually make a difference. So how do you figure out which workflows will benefit? That’s the part that’s been easy to get wrong — until now. Quick Connect is a new feature that takes the guesswork out of estimating time savings: it looks at your last 30 days of build data and surfaces the workflows that will benefit themost from caching.

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.

WWDC26: the Virtualization framework updates that matter for large Mac fleets

WWDC 2026 delivered plenty for app developers to talk about, but some of the most consequential announcements were aimed squarely at the people running the infrastructure underneath. We've already covered the under-the-radar announcements for iOS developers and what Xcode 27's Device Hub means for CI/CD. This one is for the fleet operators. If you run Mac infrastructure at any scale, the Virtualization framework is already part of your life. On Apple Silicon, it's the only way to run a macOS guest.

Latest Linux updates for June 2026

‍An outdated build environment can slow down your team, introduce security risks, and cause hard-to-debug issues. With our upgraded Linux stacks, you get a faster, more secure, and fully maintained build environment: so your team can focus on shipping great apps, rather than managing infrastructure. Ubuntu Noble 24.04 - Bitrise 2025 Edition is now available as a stable stack, bringing Noble Numbat as the default Ubuntu version to Bitrise.

WWDC 2026: Device Hub and what it means for CI/CD

At WWDC 2026, Apple shipped a long list of changes, and we covered the ones flying under the radar in our round-up of the less-reported announcements. One of them deserves a closer look on its own: the way Xcode 27 reshapes how developers manage devices and simulators. Xcode 27 ships with a new app called Device Hub, replacing Simulator.app found in older Xcodes. Device Hub is where both physical devices and simulators can be managed from now on.

WWDC 2026: Under-the-radar announcements for iOS developers

WWDC 2026 delivered plenty to talk about. Apple's renewed AI push, Xcode 27 (that we shipped to customers in beta within 24 hours of the keynote!), and refreshing Liquid Glass. It also delivered a notable absence: no M5 Mac minis yet, which we covered separately. Now that the dust has settled, Bitrise’s Ben Boral went looking for the announcements that slipped past the highlight reel. If you're a mobile developer, these three are worth your time.

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.