Re: Three Level Dependencies between xcode projects still fails in XCode 2.2
Re: Three Level Dependencies between xcode projects still fails in XCode 2.2
- Subject: Re: Three Level Dependencies between xcode projects still fails in XCode 2.2
- From: Olivier Tristan <email@hidden>
- Date: Tue, 29 Nov 2005 00:18:05 +0100
Hi,
Let's give more details as it seems to interrest people.
3 projects A, B, C
A is a command line Tool. B and C are static library project
Project A depends on B which depends on C.
By depends, I mean that A use function from library B which use
function from library C.
Of course, deps are well defined in xcode projects
Let's say that you got only one function in each project.
main in A
GetResultFromB in B
and GetResultFromC in C
GetResultFromC just return an int.
GetResultFromB call GetResultFromC and returns the value returned from
this function
main call GetResultFromB and display the result
GetResultFromC currently returns 69.
Now in project A:
Clean All
Rebuild
launch
69 is displayed.
Now modify the return value of GetResultFromC to 42
Save.
In project A
Build
launch
It still display 69, but should have displayed 42.
IMHO this is not the right behaviour.
Check
http://www.littlejourney.net/faultyXCodeDeps.zip
for a concrete example of the problem.
Thanks,
--
Olivier Tristan
_______________________________________________
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