Re: Very strange Cocoa application issue.
Re: Very strange Cocoa application issue.
- Subject: Re: Very strange Cocoa application issue.
- From: Uli Kusterer <email@hidden>
- Date: Sun, 11 Feb 2007 20:29:40 +0100
Am 11.02.2007 um 17:35 schrieb Cláudio Rodrigues:
1. When I build the app, I can see the active build configuration
is set to
'Debug' and when the app is built that way, it works as expected. If I
change that to 'Release' and build and run, the application does
NOT work
properly (it is simply a text box that gets the text and does a XOR
with
another char). Any ideas why?
In what way doesn't it work correctly? Any error messages you get
or differences you can determine by stepping through it in the
debugger would be helpful.
These users are NOT able to launch the
application. It launches, shows up in the dock and then it dies
(closes
silently). If I logon using a LOCAL account on that Mac then the app
works!!! What could be the issue here???
Is this the debug build? Debug build aren't intended to be run on
anything but the Mac it was built on, so either you do a release
build, or you turn off ZeroLink, which is the part of the debug
configuration that doesn't work on different computers.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden