Re: Debugger: invalide NSString *
Re: Debugger: invalide NSString *
- Subject: Re: Debugger: invalide NSString *
- From: Raphael <email@hidden>
- Date: Fri, 17 Feb 2006 13:06:41 +0100
Hi,
I have found the bug but please donĀ“t laugh, I only have reaname the
class,
and every thing is working fine!!
Could this be a bug in Xcode?
Thanks & regards,
raphael
Am 17.02.2006 um 12:28 schrieb Raphael:
Hi,
I have a class that I init like all the other custom classes.
In this case I initWithString:(NSString *)string
In this funktion I set a string variable with string arg
this way :
self = [super init];
[string retain];
mystring = [[NSString alloc]initWithString:arg];
return self
When I init the class, the compiler popup.
In variable table the myString from the the called class is
"NSString * Summary: invalid"
What does that mean?
thanks & regrads,
raphael
_______________________________________________
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