Re: Using Project References
Re: Using Project References
- Subject: Re: Using Project References
- From: Daryl Thachuk <email@hidden>
- Date: Thu, 12 Feb 2004 10:37:13 -0700
Hi Scott
Ok, thats seems to work. thanks!
Now I seem to have another problem. I have created a framework
(framework2) which refers to another framework (framework1) using
Project References. I am finding when I build framework2, framework1
does build as it should, except it is being passed the Other Linker
Flags of framework2 and not the Other Linker Flags of framework1. For
example the framework1 project sets Other Linker Flags -seg1addr
0x20000000
and the framework2 project sets Other Linker Flags -seg1addr 0x30000000
yet when I build framework2 which in turn builds framework1 they both
get -seg1addr 0x30000000. If I build them separately then they both get
their respective -seg1addr's
Sounds like a bug to me.
-daryl
On Feb 11, 2004, at 5:33 PM, Scott Tooker wrote:
Add the desired project reference to the project, but not to any
target. Then you can access dependent targets in the General pane of
the target inspector or access products provided by that project under
the project reference (disclose it).
Scott
On Feb 11, 2004, at 3:40 PM, Daryl Thachuk wrote:
Hi All
I am trying to figure out Project References and I must be missing
the obvious. Do I have to create a separate Target for each project
reference or do I add the project file to the main Target. Either way
doesn't seem to work and there doesn't appear to be docs explaining
how Project References work. Can anyone shed some light here?
Thanks
-d
------
Daryl Thachuk
Montage Technologies Inc.
http://www.montagetech.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.