Re: Question about private libraries in an Xcode project
Re: Question about private libraries in an Xcode project
- Subject: Re: Question about private libraries in an Xcode project
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 22 Aug 2005 20:15:08 -0600
On Aug 22, 2005, at 7:34 PM, Jeff Schriebman wrote:
1. I know that I must include the private library somewhere in my
distribution and I think I would rather include it in the resources
folder of my application rather than the system wide /System/
Library/Frameworks folder. I would rather do this because it keeps
everything in one place and makes installation a drag and drop
operation. Is this the best place for it?
Please don't cross threads! If you want to write a new message to the
list, then please fill out a new message instead of replying to
someone else's message. Thanks.
To answer your question, you should use the Frameworks directory
instead of the Resources directory. Xcode can set this up for you
using a Copy Files build phase. Except for the Extensions folder, /
System/Library is reserved for Apple software only.
2. I did uncheck the ZeroLink Value in my XC project so I'm
surprised that I got a message referencing ZeroLink when my
application ran on the non development machine. I also checked
Prebinding in an attempt to get as many references resolved before
the application ran. Do I just put my private library in a
Frameworks folder in my application and tell XCode about it? How is
this done? Do I put it in the Resources folder of my application?
The framework shouldn't have anything to do with ZeroLink, since
frameworks & libraries can't be ZeroLinked. Are you sure you copied
the right built product? Did you perform a clean and rebuild after
turning off ZeroLink? What is the output of "otool -L" on your binary
and libraries?
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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