Re: Adding frameworks question...
Re: Adding frameworks question...
- Subject: Re: Adding frameworks question...
- From: Ken Thomases <email@hidden>
- Date: Sun, 21 Dec 2008 14:12:59 -0600
On Dec 21, 2008, at 1:35 PM, Timothy Reaves wrote:
One of the things I've never really understood was the difference
in the two folders under Frameworks in the Groups & Files tree.
Linked Frameworks & Other Frameworks. I can't seem to find any info
as to why you would add to one or the other.
Groups have no intrinsic meaning. They are just arbitrary ways to
organize your project, and the names mean nothing to Xcode.
Many of the Xcode templates use the two groups you mention. Linked
Frameworks is for those frameworks against which your target(s)
actually link. The Other Frameworks are included in those project
templates just so you can easily browse within those other headers
easily from within the project window, for example to find a header
file.
If you add a framework to your project, you can put it wherever. Most
likely you're adding it for purposes of linking against it, and so you
may want to make use of the preexisting Linked Frameworks group, but
there's no need to follow that convention.
Cheers,
Ken
_______________________________________________
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