In my build phases, I have a few target that is specified there. Is there a way to specify the order in which the target is built? Or do I just order it sequentially top down and it will build it that way?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Xcode project knows about the dependancies between targets, and it’ll automatically build the targets in the right order. You can tell Xcode about additional dependancies in the Target Dependancies section of the target info’s Build Phases tab.