Application Deployment
Application Deployment
- Subject: Application Deployment
- From: Jerome Reid <email@hidden>
- Date: Thu, 24 Oct 2002 11:36:49 +0100
Hi,
I have a simple application which links with two frameworks I have also
developed. I was trying to use PackageMaker to create my application
distribution, but following advice from comp.sys.mac.programmer.help I am
now trying to embed the frameworks in my application bundle. This should
facilitate a drag and drop install. I have read the documentation:
Embedding a Framework in an Application
You can set up an application's target so that it's bundle contains a
framework it uses. Follow these steps:
1. "Prepare the Framework to be Embedded"
2. "Copy the Framework Into the Application"
Etc.
I have followed the instructions here pretty much to the letter but receive
the following error
dyld: /Users/jreid/Projects/QiCPress Sender/build/QiCPress
Sender.app/Contents/MacOS/QiCPress Sender can't open library:
@executable_path/../Frameworks
/SharpByteC.framework/Versions/A/SharpByteC (No such file or directory,
errno = 2)
Of course the SharpByteC.framework is my framework.
My question is does executable_path have to be defined somewhere?
I am working with a 10.2 system but need my application to install on 10.1
or later.
_______________________________________________
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.