Debugger: invalide NSString *
Debugger: invalide NSString *
- Subject: Debugger: invalide NSString *
- From: Raphael <email@hidden>
- Date: Fri, 17 Feb 2006 12:28:06 +0100
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