Re: Changing the type of a Target
Re: Changing the type of a Target
- Subject: Re: Changing the type of a Target
- From: Steve Sisak <email@hidden>
- Date: Thu, 4 Mar 2004 19:52:30 -0500
At 2:57 PM -0800 3/4/04, Chris Espinosa wrote:
On Mar 4, 2004, at 12:25 PM, Steve Sisak wrote:
Now how do I include that library target in another xcode project
so it's automatically built? (Like including a subproject in
Codewarrior)
1) Drag the Project icon (top of the Groups & Files tree) of the
Static Library project into the other project, dropping it just
below the other project's project icon in the Groups & Files tree.
That didn't work, but adding the library project (.xcode) to the
project worked.
(But doesn't cause the library to be built)
2) Select the second project's main target, choose Get Info, and in
the General tab you see Direct Dependencies. Click the plus sign at
the bottom and pick the target from the Static Library project.
This causes a full rebuild of the library (all files compile)
whenever I build the application.
For now, I've removed the direct dependency and am building the
library manually, but am curious why the XCode thinks every file in
the library is out of date when build from the application project.
-Steve
_______________________________________________
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.