Re: Very strange Cocoa application issue.
Re: Very strange Cocoa application issue.
- Subject: Re: Very strange Cocoa application issue.
- From: "Alan Smith" <email@hidden>
- Date: Sun, 11 Feb 2007 11:54:01 -0500
Hello,
It has something to do with your build configuration.
1. For this one you'll just have to build it as Release and debug it
by hand. Line by line.
2. When an app shows up in the dock and dies it is usually because the
app was not meant to be run on that OS. Two things you can do: 1,
compile with the UB SDK, 2, make sure you are not using code that only
works on newer versions of OSX. If you're not sure how to do these
things, check the docs.
Good luck, Alan
On 2/11/07, Cláudio Rodrigues <email@hidden> wrote:
Hey guys,
As I started using Macs a couple months ago, I decided to take a quick look
at programming for OS X. So I found Xcode and Cocoa! Great tools!
With no experience at all I managed to write a simple application and it
works as expected.
But there are two issues that I have no clue whatsoever why they are
happening. Here they are:
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?
2. That is the hardest one. The app works fine on my MacBook (I am logged in
using a LOCAL account). But on another Mac I have that is connected to a
Windows network, people logon using the windows domain account (so there are
no local accounts on the Mac itself). 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??? I have no clue whatsoever and as I
am no OS X guru I do not even know how to start troubleshooting such issue.
Any ideas guys?
Thanks!
CR
_______________________________________________
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
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"When the World realizes that religion really is unnecessary, then it
shall evolve."
_______________________________________________
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