Re: My cocoa app don't run on other computers
Re: My cocoa app don't run on other computers
- Subject: Re: My cocoa app don't run on other computers
- From: Itrat Khan <email@hidden>
- Date: Tue, 23 Apr 2002 13:45:41 -0400
On Thursday, March 28, 2002, at 07:58 AM, Tomas Zahradnicky, Jr. wrote:
I've written my first cocoa app --- a old style trash implementation.
However, it does not run on other systems. Where can be a problem? I
set NSUIElement = 1 and I link against both AppKit.framework and
Carbon.framework. Can this cause any problem? If I run it, it simply
quits and don't do anything with no log/crash/console info. What can be
the problem?
I discovered the same problem recently. Try making your application's
files world-readable using the following command from the Terminal:
chmod -R ugo+r MyApplication.app/
During development, you should ensure that the resources in your source
directory are world readable before building your target.
I realise the question was posted a month ago. I hope this response is
still useful.
Regards,
Itrat.
..................................................................
Itrat Khan
Modeless Software, Inc.
http://www.modeless.com
_______________________________________________
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.