Re: Tiger Decoding problem
Re: Tiger Decoding problem
- Subject: Re: Tiger Decoding problem
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 29 May 2005 18:16:21 -0700
On May 29, 2005, at 5:56 PM, Nicholas Crosbie wrote:
2005-05-30 10:46:08.983 test2[564] *** Uncaught
exception: <NSInvalidArgumentException> *** +[NSString
stringWithContentsOfFile:encoding:]: selector not
recognized
test2 has exited due to signal 5 (SIGTRAP).
Any thoughts on that,
The runtime is telling you the method doesn't exist. It doesn't, as
I suspect the compiler will also have told you at compile time. The
method is:
stringWithContentsOfFile:encoding:error:
<http://developer.apple.com/documentation/Cocoa/Reference/
Foundation/ObjC_classic/Classes/NSString.html#//apple_ref/doc/uid/
20000154-BAJIAAFJ>
mmalc
_______________________________________________
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