Re: Deployable product
Re: Deployable product
- Subject: Re: Deployable product
- From: David Elliott <email@hidden>
- Date: Sat, 7 Feb 2004 20:23:06 -0500
On Feb 1, 2004, at 9:44 AM, Michael Becker wrote:
BTW: I am using a really brutal hack to check if my app works on other
computers. I go to
/System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/ (i
think the path is right), switch to root and "mv ZeroLink ZeroLin".
This way, ZeroLink cannot be found on my machine. If everything works,
I mv it back to "ZeroLink".
I know, this is not a pretty thing to do, but there don't seem to be
other ways to check...
Usually one wouldn't need to check, but apparently the
"Deployment"-Build-Style *can* still produce messed up
ZeroLink-products...
Not familiar specifically with ZeroLink (I'm a command-line junkie) but
if the object files dynamically link with ZeroLink (as opposed to
loading it at runtime) then wouldn't otool -L show you?
-Dave
_______________________________________________
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.