Re: Lost in Linking a Framework within the App bundle
Re: Lost in Linking a Framework within the App bundle
- Subject: Re: Lost in Linking a Framework within the App bundle
- From: Brent Gulanowski <email@hidden>
- Date: Mon, 26 Jul 2004 08:39:29 -0400
On Sun, 25 Jul 2004 20:37:16 -0700, Ron Ballesteros <email@hidden> wrote:
>
Hmm... I set the "Framework search paths" in the "Search Paths" under
>
"General" of the "Build" tab of my project's Active target and it still
>
results
>
in linking to the /Library/Frameworks folder.
>
If I am not mistaken, the settings in the target take precedence over
>
the settings of the build styles of the project.
No, the build styles take precedence over the target settings,
although elements of the former can reference those of the latter with
the $(value) variable. So this could be your fundamental problem. Add
the search paths to the build style(s), or add $(value) to the search
paths of the build style.
>
>
I cleared out all Frameworks search paths then just set the Frameworks
>
search paths in the Search Paths under General of the Build pane and
>
still no luck. Funny how this one is taking more time than the actual
>
coding of most of my app.
>
>
Is there anything else I can do?
>
>
Maybe I should try to understand the Security Framework since what I
>
needed with the Framework was to encrypt and decrypt files...
>
Anyone have sample code besides the one on Apple's site to encrypt and
>
decrypt files.
>
>
Thanks.
>
>
~ron
>
>
On Jul 22, 2004, at 8:03 AM, Brent Gulanowski wrote:
>
>
>
> Download is fine. But when I open your project and look at the
>
> Framework search paths setting, it's empty. I'm not sure where you set
>
> the search path, but it should be in the "Framework search paths"
>
> setting under the "search paths" group in the build style.
>
>
--
Brent Gulanowski
http://www.boredastronaut.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.