Re: xcode keeps crashing when i compile
Re: xcode keeps crashing when i compile
- Subject: Re: xcode keeps crashing when i compile
- From: Eric Brunstad <email@hidden>
- Date: Fri, 10 Jun 2005 08:05:53 -0400
Hi,
This is most likely a problem with the Intel implementation of the
Cocoa API. It seems like the API is trying to insert a nil object
into an array, which would cause this exception to be raised.
On Jun 10, 2005, at 7:58 AM, Frank Ribitch wrote:
I am trying to compile a universal binary, and xcode keeps
crashing. If i switch to PPC only builds, then xcode is ok.
Everytime i compile a universal binary, I get an uncaught exception
from xcode:
Application Specific Information:
** INTERNAL ERROR: Uncaught Exception **
Exception: *** +[NSArray arrayWithObject:]: attempt to insert nil
Has anyone else had this problem? My project is pretty basic, so i
dont understand what would be causing it.
Frank Ribitch
ACTC, CWNA
DetroitMac, Inc.
586.795.8080
http://www.detroitmac.com
Eric Brunstad
Mind Sprockets Software
email@hidden
www.mindsprockets.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden