Xcode 2.1 dependency problems.
Xcode 2.1 dependency problems.
- Subject: Xcode 2.1 dependency problems.
- From: Lawrence Gold <email@hidden>
- Date: Fri, 10 Jun 2005 15:06:37 -0600
Hi,
We switched from Xcode 2.0 to 2.1 a couple of days ago, and we've run
into two problems. I was wondering if anyone else has experienced
these and could offer some solutions:
1. The release notes state that 2.1 has much improved dependency
analysis, but several of us have found that it seemingly randomly
decides that everything needs to be rebuilt. I haven't been able to
find a pattern to it, nor have my changes to the target settings made
any difference, but one of my colleagues says that turning off
distributed building has fixed the problem for him.
2. One of our application projects has two targets, each of which
depends on several static library subprojects. If I set up the
"Direct Dependencies" for one of the targets but leave the other's
dependencies blank, everything works fine. If I set up the
dependencies for the other target, any dependencies they have in
common get wiped out, either when I close and reopen the project or
when I Clean All. For example:
Target 1 Direct Dependencies Target 2 Direct
Dependencies
Library1 Library1
Library2 Library2
Library3
Library4
After reopening or cleaning:
Target 1 Direct Dependencies Target 2 Direct
Dependencies
Library3
Library4
I've tried in vain to reproduce these problems with some simple dummy
projects. If you need any more information, such as a screenshot of
the target settings, I'll be glad to provide it.
Thanks!
_______________________________________________
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