Re: Bundling framework with application
Re: Bundling framework with application
- Subject: Re: Bundling framework with application
- From: Jean Bovet <email@hidden>
- Date: Sun, 11 Jan 2004 23:04:18 +0100
Did you create the framework ? If so, did you specified in the Install
Path of the framework project the following string:
"@executable_path/../Frameworks/" ? Like this, you specify that the
framework will be embedded into the application rather than in the
standard system folder.
Jean Bovet
Le 11 janv. 04, ` 22:13, Daniel Hazelbaker a icrit :
Does this functionality (still) exist? I would like to bundle a
framework
within my application so it does not have to be installed separately
in the
(~)/Library/Frameworks directory. Since I am doing development
installs and
would be doing these every few days (or more) it does not make sense to
build a package installer yet to do this. I can get the framework
included
in the bundle with a copy phase, but when I try to run the application
it
says it cannot load the framework from /Library/Frameworks/...; How do
I
tell my application it should be loaded from the bundle directory?
Daniel Hazelbaker
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.