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?
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.
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.
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.
In Xcode 5, you have to click on your target, then on Editor (menu bar) --> Add build phase --> Add Copy Files Build Phase:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With