• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Three Level Dependencies between xcode projects still fails in XCode 2.2
[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


  • Subject: Re: Three Level Dependencies between xcode projects still fails in XCode 2.2
  • From: Scott Tooker <email@hidden>
  • Date: Mon, 28 Nov 2005 15:52:42 -0800

Just to double-check, are you using the same shared build products location for all three projects?

Scott

On Nov 28, 2005, at 3:18 PM, Olivier Tristan wrote:

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

_______________________________________________ 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
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>)
 >Re: Three Level Dependencies between xcode projects still fails in XCode 2.2 (From: Olivier Tristan <email@hidden>)

  • Prev by Date: Where is $(PREFIX_HEADER) supposed to come from?
  • Next by Date: Re: Where is $(PREFIX_HEADER) supposed to come from?
  • Previous by thread: Re: Three Level Dependencies between xcode projects still fails in XCode 2.2
  • Next by thread: Re: Three Level Dependencies between xcode projects still fails inXCode 2.2
  • Index(es):
    • Date
    • Thread