Re: stringValue?
Re: stringValue?
- Subject: Re: stringValue?
- From: email@hidden
- Date: Mon, 14 Aug 2006 20:45:43 +0200
it looks like your "initialDirectory" is an NSString, so there is no
need to send it a "stringValue" message, just use it directly.
O
On 14.08.2006, at 20:34, Brian Amerige wrote:
I'm getting a warning on this line:
NSString *dir = [[initialDirectory stringValue]
stringByTrimmingCharactersInSet:[NSCharacterSet
whitespaceAndNewlineCharacterSet]];
"warning: NSString may not respond to -stringValue"
I'm new, so any response is appreciated.
Brian.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >stringValue? (From: Brian Amerige <email@hidden>) |