Re: Locating Frameworks
Re: Locating Frameworks
- Subject: Re: Locating Frameworks
- From: Jens Alfke <email@hidden>
- Date: Tue, 15 Jun 2010 09:43:23 -0700
On Jun 15, 2010, at 9:19 AM, F van der Meeren wrote:
> I am trying to link to the Python.framework.
> According to the manpages the framework directories are searched in the following order:
> "The default framework search path is /Library/Frameworks then /System/Library/Frameworks.”
If you’ve added Python.framework to your Xcode project, I think it will use that exact framework instead of following the search path. Look in your project and change that framework to the one you actually want to use.
You can use ‘otool’ to examine the library paths compiled into the binary.
—Jens_______________________________________________
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