Re: xcode apps don't run in another panther machine
Re: xcode apps don't run in another panther machine
- Subject: Re: xcode apps don't run in another panther machine
- From: Derek Chesterfield <email@hidden>
- Date: Sun, 26 Oct 2003 19:27:05 +0000
Notice the 'ZeroLink' in the error? That's because you have compiled
the project with ZeroLink turned on, which means it will only run in
the Xcode debugger. Recompile without ZeroLink, and it should work on
both machines.
On Oct 26, 2003, at 5:56 pm, TACKEL wrote:
After creating the simplest cocoa application with xcode in panther I
triejavascript:parent.send('smtp')d to execute
this app in another equip with Panther and it didn't run. It crashed
before showing the
main window. Have anybody of you experienced the same issue?
Crash report:
Link (dyld) error:
dyld: /Users/tackel/Public/Drop Box/myapp.app/Contents/MacOS/myapp
can't open
library:
/System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/
ZeroLink
(No such file or directory, errno = 2)
_______________________________________________
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.