Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Three Level Dependencies between xcode projects still fails in XCode 2.2



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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

References: 
 >Three Level Dependencies between xcode projects still fails in XCode 2.2 (From: Olivier Tristan <email@hidden>)
 >Re: Three Level Dependencies between xcode projects still fails in XCode 2.2 (From: Shawn Erickson <email@hidden>)
 >Re: Three Level Dependencies between xcode projects still fails in XCode 2.2 (From: Paul Walmsley <email@hidden>)
 >Re: Three Level Dependencies between xcode projects still fails in XCode 2.2 (From: Chris Hanson <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.