2

How is a build dependency added to an iphone application?

If a .xcodeproj is added to an application, how is it added as a build dependency?

2 Answers 2

2
  1. right-click ( or ctrl-click ) on the appropriate target ( under Targets )
  2. go to the General tab
  3. Click on the plus button under "Direct Dependencies"
  4. Select your desired target to make a dependency, and hit add target
Sign up to request clarification or add additional context in comments.

Comments

1

Ctrl+click on the app's target, click Properties and go to the first tab. Then, add a dependency and select the xcodeproj's target which you'd like as dependency.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.