Lib Dependencies
Lib Dependencies
- Subject: Lib Dependencies
- From: David Blanton <email@hidden>
- Date: Thu, 30 Jul 2009 18:46:56 -0600
After the discussions of setting up target dependencies I thought I
would have ago at it.
What I was doing:
build Lib A
build Lib B (depends on A)
build Lib C (depends on B)
Build APP ( links with A, B , C)
What a pain.
So I:
Added Lib A Proj to Lib B Proj.
Set the Lib B Target to depend on Lib A
Added Lib B Proj to Lib C Proj
Set Lib C Target to depend on Lib B
Added Lib A, B , C Proj to App Proj (for convenience)
Set App Target to Depend on Lib C
Well I was happy when a change occurred to Lib B and when I built
App, Lib C and Lib B were built.
The problem:
I got link errors that methods in Lib B were hidden by methods in Lib
C. (Libs A,B,C are C++) (App is Obj-C).
Is this familiar to anyone?
db
_______________________________________________
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