Re: -framework vs add framework, dynamic search paths
Re: -framework vs add framework, dynamic search paths
- Subject: Re: -framework vs add framework, dynamic search paths
- From: Thijs Koerselman <email@hidden>
- Date: Wed, 29 Jul 2009 00:39:18 +0200
On Mon, Jul 27, 2009 at 9:59 PM, Chris Espinosa
<email@hidden> wrote:
Xcode does indeed add the path to the framework to the target's Framework Search Paths build setting, which then causes that path to be passed in an -F directive. If you are linking via Other Linker Flags, you need to manually add the path to the framework in Framework Search Paths.
It seems like this makes no difference. I had already added /Library/Frameworks to my "Frameworks Search Paths" in the build settings. The executable keeps looking for the framework in the root of the volume.
If I manually add the -F directive to the linker flags I get errors about the linkmap file.
Any idea what I might be doing wrong?
Thijs
_______________________________________________
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