<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/optimising-ios-builds-with-tuist-and-codemagic-ci-cd-u0ijmfmod" -->

---
title: Optimising iOS builds with Tuist and Codemagic CI/CD
description: Tuist is a command-line tool that helps to maintain and interact with Xcode projects. Codemagic CI/CD can be used to speed up iOS builds with Tuist...
canonical: https://daily.dev/posts/optimising-ios-builds-with-tuist-and-codemagic-ci-cd-u0ijmfmod
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Optimising iOS builds with Tuist and Codemagic CI/CD | daily.dev
og:description: Tuist is a command-line tool that helps to maintain and interact with Xcode projects. Codemagic CI/CD can be used to speed up iOS builds with Tuist...
og:url: https://daily.dev/posts/optimising-ios-builds-with-tuist-and-codemagic-ci-cd-u0ijmfmod
og:image: https://api.daily.dev/og/posts/u0IJMfMOD.png
og:image:alt: Optimising iOS builds with Tuist and Codemagic CI/CD
og:image:width: 1200
og:image:height: 630
og:locale: 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.

# Optimising iOS builds with Tuist and Codemagic CI/CD

**[codemagic](https://daily.dev/sources/codemagic)** · 3 min read · 2 upvotes · 0 comments

## Summary

Tuist is a command-line tool that helps to maintain and interact with Xcode projects. Codemagic CI/CD can be used to speed up iOS builds with Tuist andCodemagic. We tested on the M1 machine with our sample iOS app to demonstrate the performance gain.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.codemagic.io/ios-app-caching-using-tuist-and-codemagic/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#ios](https://daily.dev/tags/ios), [#cicd](https://daily.dev/tags/cicd), [#cli](https://daily.dev/tags/cli), [#bash](https://daily.dev/tags/bash), [#xcode](https://daily.dev/tags/xcode)

[View this post on daily.dev](https://daily.dev/posts/optimising-ios-builds-with-tuist-and-codemagic-ci-cd-u0ijmfmod)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Optimising iOS builds with Tuist and Codemagic CI/CD","url":"https://daily.dev/posts/optimising-ios-builds-with-tuist-and-codemagic-ci-cd-u0ijmfmod","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/optimising-ios-builds-with-tuist-and-codemagic-ci-cd-u0ijmfmod"},"datePublished":"2023-07-27T07:16:01.129Z","dateModified":"2023-07-27T07:15:48.751Z","description":"Tuist is a command-line tool that helps to maintain and interact with Xcode projects. Codemagic CI/CD can be used to speed up iOS builds with Tuist...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/17616d3649ab110b51511260e7816474?_a=AQAEufR","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/17616d3649ab110b51511260e7816474?_a=AQAEufR","isAccessibleForFree":true,"articleSection":"codemagic","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"codemagic","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/a340f6894573448c86d1040a4687242e","url":"https://daily.dev/sources/codemagic"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/optimising-ios-builds-with-tuist-and-codemagic-ci-cd-u0ijmfmod","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ios,cicd,cli,bash,xcode","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"codemagic","item":"https://daily.dev/sources/codemagic"},{"@type":"ListItem","position":3,"name":"Optimising iOS builds with Tuist and Codemagic CI/CD"}]}
```

