Re: Project dependencies
Re: Project dependencies
- Subject: Re: Project dependencies
- From: Quincey Morris <email@hidden>
- Date: Tue, 27 Aug 2013 23:05:53 -0700
For the main application, I was able to add the static library projects as target dependencies. However, when I click to add target dependencies to the utility app, none of the other projects or targets show up as addable.
I think this happened to me not too long ago, and I think the answer was that it's a consequence of Xcode's inability to open a single project in two open workspaces simultaneously. Try closing all workspaces, then just open the utility app workspace and add the other projects.
Chances are, this won't be an ongoing workable solution, since you probably will want to have both workspaces open simultaneously. One workaround is to have a git repository for the each projects you want to add, and then to add a different clone of the repository to each workspace. That will give you multiple copies of these projects, but git can merge changes to one place. (This is easier if the main repository is a remote.)
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden