---
title: "what are the build phases in Xcode?"  
description: "what are the build phases in Xcode?"  
author: "Sunil Singh"  
published: 2017-01-05  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/23136/what-are-the-build-phases-in-xcode  
category: "iphone"  
tags: ["iphone", "ios", "iphone sdk"]  
reading_time: 1 minute  

---

# what are the build phases in Xcode?

## There are three build phases in Xcode by default-

1. Compile Sources
2. Link binary with libraries
3. Copy bundle resources

## Answers

### Answer by Sunil Singh

## There are three build phases in Xcode by default-

1. Compile Sources
2. Link binary with libraries
3. Copy bundle resources


---

Original Source: https://www.mindstick.com/interview/23136/what-are-the-build-phases-in-xcode

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
