• 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
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]

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


  • Subject: ERROR:Messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments
  • From: developers mac <email@hidden>
  • Date: Wed, 18 Mar 2009 14:54:29 +0530

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!

 _______________________________________________
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

  • Follow-Ups:
    • Re: ERROR:Messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: Re: Per architecture file subsets in a Compile files build phase
  • Next by Date: Info.plist search paths?
  • Previous by thread: Re: xcodebuild slow to return?
  • Next by thread: Re: ERROR:Messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments
  • Index(es):
    • Date
    • Thread