• 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
Re: ERROR:Messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ERROR:Messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments


  • Subject: Re: ERROR:Messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments
  • From: Asim Jalis <email@hidden>
  • Date: Thu, 19 Mar 2009 19:35:59 -0700

My guess would be that you either need to move the definition of
parsexmlFileData earlier in the file than where it is called. Or you
can put the signature of the method in the header file in the
interface section for the class.

On Wed, Mar 18, 2009 at 2:23 AM, developers mac
<email@hidden> wrote:
> I am getting the warning : ERROR:Messages without a matching method
> signature will be assumed to return 'id' and accept '...' as arguments while
> building the following code. NSData *theResponseData = [NSURLConnection
> sendSynchronousRequest:theRequest returningResponse:&theResponse
> error:&theError]; // End [self parsexmlFileData:theResponseData]; (I am
> getting that warning here) and the method: - (void) parsexmlFileData:(NSData
> *) responsedata { stories = [[NSMutableArray alloc] init]; rssParser =
> [[NSXMLParser alloc] initWithData:responsedata]; [rssParser
> setDelegate:self]; [rssParser setShouldProcessNamespaces:NO]; [rssParser
> setShouldReportNamespacePrefixes:NO]; [rssParser
> setShouldResolveExternalEntities:NO]; [rssParser parse]; } What am i doing
> wrong. can some one figure this out? Thanks in Advance!
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >ERROR:Messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments (From: developers mac <email@hidden>)

  • Prev by Date: Re: problems with CAAnimation - SOLVED (kinda)
  • Next by Date: Bound Property
  • Previous by thread: Re: ERROR:Messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments
  • Next by thread: Pointing OutlineView to a folder on the Desktop
  • Index(es):
    • Date
    • Thread