Re: Loading Frameworks
Re: Loading Frameworks
- Subject: Re: Loading Frameworks
- From: marquis logan <email@hidden>
- Date: Fri, 14 Dec 2001 23:48:53 -0500
i believe you need to set the framework install location to
"@executable_path/../Frameworks"
and that should fix that.
http://developer.apple.com/techpubs/macosx/DeveloperTools/ProjectBuilder/ProjectBuilder.
help/Contents/Resources/English.lproj/Frameworks/Preparing_a_Application.html
On Friday, December 14, 2001, at 08:54 PM, Rosyna wrote:
For some reason, the framework I am making will not load in my test
application. The test application has a build phase that copies the
framework to its Frameworks directory. Yet, when running the
application I always get an error in the console. I have no clue why
its looking in the Library folder for frameworks. Any ideas?
dyld:
/Users/rosyna/Dev/MyFrameworkTest/build/MyFrameworkTest.app/Contents/MacOS/
MyFrameworkTest can't open library:
/Users/rosyna/Library/Frameworks/MyFramework.framework/Versions/A/MyFramework
(No such file or directory, errno = 2)
MyFrameworkTest.app has exited with status 60.
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insane People
_______________________________________________
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.