1

After upgrading to XCode 5, I can no longer add project dependancies to an XCode project. Projects created with XCode 4 preserve the dependancies but don't accept new dependancies. Projects created with XCode 5 don't accept new dependancies at all. And because an image is worth a thousand words...

This is what happens when I have done drag and drop a Child Project to the Parent Project:

enter image description here

As you can see the Child Project is added but it doesn't link to the parent. If I click on it, it displays a blank content, like it can find no more.

Any ideas why is this happening?

Thanks!!!!

2
  • 1
    Xcode has (AFAIK) always done this when the child project is also open in its own window. Close both projects, then re-open the parent. The child project should (hopefully) show up as expected! Commented Nov 18, 2013 at 12:12
  • Great! Glad it helped… I'll put it as an answer so you can close it off. Commented Nov 18, 2013 at 12:28

1 Answer 1

2

Xcode has (AFAIK) always done this when the child project is also open in its own window.

Close both projects, then re-open the parent. The child project should (hopefully) show up as expected!

Sign up to request clarification or add additional context in comments.

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.