• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Debugger: invalide NSString *
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Debugger: invalide NSString *
      • From: j o a r <email@hidden>
    • Re: Debugger: invalide NSString *
      • From: Raphael <email@hidden>
  • Prev by Date: Re: When exactly does a fault get fired?
  • Next by Date: Re: Debugger: invalide NSString *
  • Previous by thread: Re: When exactly does a fault get fired?
  • Next by thread: Re: Debugger: invalide NSString *
  • Index(es):
    • Date
    • Thread