Re: Linked frameworks
Re: Linked frameworks
- Subject: Re: Linked frameworks
- From: Johan Kool <email@hidden>
- Date: Fri, 30 Nov 2007 12:01:33 +0100
Op 30 nov 2007, om 11:46 heeft ali alavi het volgende geschreven:
BTW, I had to build my application by enabling "Allow ZeroLink",
otherwise I got "Undefined symbols" build errors. It is complaining
about methods which I am using from frameworks.
Can be the source of problem?
Absolutely. You should turn it off to build your app for distribution.
To link you app with the frameworks it needs, go to the target, and
find the "link binary with libraries" phase. Drag any of the
frameworks you used there. If they come with Mac OS X, you don't have
to ship them in your app. If they are 3rd party frameworks, add a copy
phase to your target, set it to copy to Frameworks and add the 3rd
party frameworks there.
Johan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden