Re: Framework problem
Re: Framework problem
- Subject: Re: Framework problem
- From: Rishi Gupta <email@hidden>
- Date: Mon, 5 Aug 2002 02:27:12 -0400
See:
http://developer.apple.com/techpubs/macosx/DeveloperTools/ProjectBuilder/ProjectBuilder.
help/Contents/Resources/English.lproj/Frameworks/Preparing_a_Application.html
http://www.cocoadevcentral.com/tutorials/showpage.php?show=00000037.php
These will tell you how to do embed a framework in your application
bundle. The key thing you have to do is specified on the Apple page
(that is specifying @executable_path/../Frameworks in the Framework's
Install Path). The copy files build phase is just a convenience so that
you don't need to manually copy the framework into your bundle each time.
_______________________________________________
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.