Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9198677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:20:35+00:00 2026-06-17T22:20:35+00:00

After updating to xcode 4.6 and ios6.1, I get this new error ‘objectType’ used

  • 0

After updating to xcode 4.6 and ios6.1, I get this new error “‘objectType’ used as the name of the previous parameter rather than as part of the selector“. I get this multiple times. Any ideas?

PS: The method that it get displayed is a custom one for reverse geocoding.

-(void) getAddress: (NSString *) objectType: (CLLocationCoordinate2D) objectCoordinate
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T22:20:36+00:00Added an answer on June 17, 2026 at 10:20 pm

    It says that objectType is the name of the NSString object in your method and not part of the method name and it should not be used as objectType: (CLLocationCoordinate2D) objectCoordinate which normally denotes a part of method name.

    Ideally you should change,

    -(void) getAddress: (NSString *) objectType: (CLLocationCoordinate2D) objectCoordinate
    

    to a more readable,

    -(void) getAddress:(NSString *)objectType coordinate:(CLLocationCoordinate2D) objectCoordinate;
    

    The above error can also be fixed by putting a space between objectType and next param in method definition(For eg:- -(void)getAddress:(NSString *)objectType : (CLLocationCoordinate2D)objectCoordinate). Note the space after objectType.

    Update:

    To answer the question in comments you can use the below line to suppress these warnings:

    #pragma clang diagnostic ignored "-Wmissing-selector-name"
    

    Add this in your pch file. I am not sure if this will work for your case where it comes from library but you can try it out. Check this clang-trunk for more details.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After updating to Xcode 4.5 beta I have this error. I don't get the
I get a strange PHP error after updating my php version to 5.4.0-3. I
This error appears after updating ASP.NET Web Helpers Library today to version 2.0 which
I am having troubles after updating to Xcode 4.2. Before I used the following
After updating to Xcode 4.4 last week i do not get autocomplete suggestions for
After updating my ADT, I get the following error when trying to rename my
After updating my mongo client to 2.0.2 the error has changed significantly. New issue
After updating msysgit to 1.7.11, I get the following error when calling git-svn: $
After updating to XCode 4.3, all my archives built using XCode 4.2 are gone.
I'm using version control Versions SVN for Mac. After updating, Xcode begun to show

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.