Re: internal frameworks in app bundle
Re: internal frameworks in app bundle
- Subject: Re: internal frameworks in app bundle
- From: Daniel Todd Currie <email@hidden>
- Date: Tue, 20 Apr 2004 00:38:13 -0700
It looks like your app is not searching in the correct location for the
framework, check out the "Framework Search Path" in your project build
settings. I also found this page helpful when I was having trouble
with private frameworks:
http://cocoadevcentral.com/articles/000042.php
This page describes how to do what you need in Project Builder...
Translating it into Xcode is pretty straight-forward. Hope this helps.
-- Daniel Currie
On 2004 Apr 19, at 19:10, Jeffrey J Barbose wrote:
Hi all....
I've followed some of the directions i've found online for including a
separate framework inside an app bundle. Having added the copy
build-phase and verifying that the framework is actually inside it, i
can't figure out how to get the app executable to find/use that.
This is the error I get when i try to run the app:
dyld: /Users/jeff/Projects/depot/Client/OSX/Uploader/build/My
App.app/Contents/MacOS/My App can't open library:
/Library/Frameworks/Keychain.framework/Versions/A/Keychain (No such
file or directory, errno = 2)
Any idea what I'm missing?
Thanks in advance,
jeff
_______________________________________________
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.
_______________________________________________
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.