Re: Framework issues
Re: Framework issues
- Subject: Re: Framework issues
- From: Scott Tooker <email@hidden>
- Date: Tue, 22 Mar 2005 13:32:28 -0800
Hmm, can you post the errors that you are getting when building? From
your description below it's not clear exactly what is wrong.
Also, don't put third party frameworks in /System/Library/
Frameworks. /System is meant for Apple frameworks and the like (the
sole exception being kernel extensions). 3rd party frameworks should
be installed in /Library/Frameworks/. If you are developing a new
framework that you want other proejcts to access, you can share a
build products directory among the projects or place the framework in
~/Library/Frameworks (the latter option means that only your user
account will use the framework).
Scott
On Mar 22, 2005, at 11:30 AM, Phil Ershler wrote:
I am working on a couple of fairly simple projects that need access
to the FWLib.framework. I have installed the latest FireWire SDK.
It has an example project that builds the FWLib.framework. I have
built that framework and copied it to /System/Library/Frameworks.
Now I have two projects that both use the FWLib.framework. One of
the projects builds just swell. The other project gets into a
series of cascading errors (over 200) when I try to reference the
same framework. The errors begin with a namespace FWLib statement
in one of the include files that makes up the framework. I have
deleted the framework from both projects and re-added it to both
projects so that I believe I am referencing the same framework in
both projects. After cleaning both projects and trying to rebuild,
the one project rebuilds as before and the other project fails in
the same way as above. What am I missing?
Thanks, Phil Ershler
_______________________________________________
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