Re: why do I get these compiler warnings?
Re: why do I get these compiler warnings?
- Subject: Re: why do I get these compiler warnings?
- From: Chris Espinosa <email@hidden>
- Date: Sun, 14 Dec 2008 13:48:35 -0800
On Dec 13, 2008, at 10:57 PM, Donald Hall <email@hidden> wrote:
Hi
all,
I am trying to use
the NSString method
`+stringWithContentsOfFile:encoding:error:'
The documentation
clearly says this method is available in OS X 10.4 and later. but I
get the following warnings:
/Users/dhall/Projects/Script Timer 2.6
copy/AppController.m:658: warning: `NSString' may not respond to
`+stringWithContentsOfFile:encoding:error:'
/Users/dhall/Projects/Script Timer 2.6
copy/AppController.m:658: warning: cannot find method
`+stringWithContentsOfFile:encoding:error:'; return type `id'
assumed
I am using the
MacOSX10.4u.sdk. Development machine is running 10.5.5
Why would I be getting these warnings? At least on the
development machine the program is working correctly.
Don't you want usedEncoding: as the second parameter?
Chris |
_______________________________________________
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