Embedded frameworks and shared support helpers
Embedded frameworks and shared support helpers
- Subject: Embedded frameworks and shared support helpers
- From: Jérôme Laurens <email@hidden>
- Date: Tue, 10 Jun 2003 13:46:46 +0200
Hi all,
I have in my app an embedded framework in the Contents/Frameworks,
which is also used by another application (Helper) located in the
Contents/ SharedSupport. I could not make the things work at first, but
finally I got it doing the following
1 build the framework with the @executable_path correctly set
2 build the helper app with prebind enabled
3 build the main app with prebind enabled
4 copy the framework with a copy phase
5 in a final shell script make a symbolic link from
Helper/Contents/Frameworks/myFramework.framework to
../../../../Framework/myFramework.framework
Despite it works I am wondering if it is the correct way of life.
Moreover, this is not very cool because I have to make this for every
helper app I write and for every framework of the main app, whether it
is private or public. Is there a better way to manage these things?
TIA
_______________________________________________
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.