---
title: "Faster iOS Builds with Precompiled XCFrameworks"
url: https://daily.dev/posts/faster-ios-builds-with-precompiled-xcframeworks-5pitnnmws
source_url: https://expo.dev/blog/faster-ios-builds-with-precompiled-xcframeworks
type: article
source: "Expo Blog"
published: 2026-06-11T13:22:32.322Z
updated: 2026-06-11T17:02:53.933Z
tags: ["swift", "react-native", "cocoapods"]
reading_time: 8
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Faster iOS Builds with Precompiled XCFrameworks

**[Expo Blog](https://daily.dev/sources/expo-blog)** · 8 min read · 0 upvotes · 0 comments

## Summary

Expo SDK 56 introduces precompiled XCFrameworks for iOS, eliminating the need to recompile 70+ packages from source on every build. Clean iOS builds can now be up to 65% faster compared to fully source-based builds. This is enabled by default with no configuration changes required. The change also marks the beginning of a migration from CocoaPods to Swift Package Manager (SPM). Key engineering challenges included making expo-modules-core fully modular, resolving Swift/Objective-C cyclic dependencies, handling SPM's strict source ownership rules, and using Clang VFS overlays to bridge React Native's legacy header layout. CocoaPods remains supported during the transition, and precompiled modules can be disabled via an environment variable if needed.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://expo.dev/blog/faster-ios-builds-with-precompiled-xcframeworks>

## Similar posts on daily.dev

- [Build fast, no matter what: how Expo is optimizing for speed \(and how you can, too\)](https://daily.dev/posts/build-fast-no-matter-what-how-expo-is-optimizing-for-speed-and-how-you-can-too--b78iwa0xc) · Expo Blog · 0 upvotes · 0 comments
- [How we made Hybrid iOS apps compile 39% faster with React Native Brownfield](https://daily.dev/posts/how-we-made-hybrid-ios-apps-compile-39-faster-with-react-native-brownfield-pjknbygoq) · Callstack Blog · 0 upvotes · 0 comments

---

Tags: [#swift](https://daily.dev/tags/swift), [#react-native](https://daily.dev/tags/react-native), [#cocoapods](https://daily.dev/tags/cocoapods)

[View this post on daily.dev](https://daily.dev/posts/faster-ios-builds-with-precompiled-xcframeworks-5pitnnmws)
