Re: xcode keeps crashing when i compile
Re: xcode keeps crashing when i compile
- Subject: Re: xcode keeps crashing when i compile
- From: Scott Thompson <email@hidden>
- Date: Fri, 10 Jun 2005 07:33:38 -0700
On Jun 10, 2005, at 4: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.
I had this problem once before. I was able to track it down to a bug
in my source code. In the end, I found I had typed:
#include "somefile.h:
(note the colon at the end of the #include directive).
It doesn't seem likely that your problem is exactly the same. But
what I found helpful was turning off half my C++ files, trying the
compile, then using the results of that attempt like a binary search
to narrow down exactly what files were causing the crash. You might
try something similar and see if you can narrow down which file XCode
finds offensive.
Scott
_______________________________________________
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