Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a 'Copy Files build phase' to my Target

Tags:

xcode

I am trying to use a framework that requires me to add a 'Copy Files build phase' to my target. Does anyone know what this means and how to do it?

like image 829
TheLearner Avatar asked Dec 06 '10 10:12

TheLearner


People also ask

How do I add build phases in Xcode?

To view the build phases for a target, select the target and navigate to the Build Phases tab, as shown in the following figure. To add a new build phase, click the Add button (+) and select an appropriate build phase from the pop-up menu. Xcode disables any menu options that aren't valid.

What is build target Xcode?

A target specifies a product to build and contains the instructions for building the product from a set of files in a project or workspace.

What is aggregate Xcode?

Aggregated Targets is used when we need to build multiple targets together somehow. We will start by our example FruitBasket from the previous article and you can download it from this git repo, here is a preview of the code we have in there.


1 Answers

In Xcode 5, you have to click on your target, then on Editor (menu bar) --> Add build phase --> Add Copy Files Build Phase:

XCode process to add some "Build Phase"

like image 57
barrast Avatar answered Sep 25 '22 12:09

barrast