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

  • SEARCH
  • Home
  • 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 6816667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:57:11+00:00 2026-05-26T20:57:11+00:00

Simple question, but this gives me an error and I can’t seem to resolve

  • 0

Simple question, but this gives me an error and I can’t seem to resolve it.

In my object (UIViewController) I have declared a method in the .h

-(void)setCurrentLoc:(CLLocation *)loc;

and in the .m

-(void)setCurrentLoc:(CLLocation *)loc
{
    currentLocation = loc;
}

All good. But this is how I initiate this object (which works fine) but when I call setCurrentLoc: it gives SIGBART

.h

IBOutlet VectorViewController *vectorView;

.m

vectorView = [[VectorViewController alloc] init];
...
//In another method I call:
[vectorView setCurrentLoc:location]; // Error/SIGBART line

Is there something I missed? Maybe not making it global or something?

Error:

-[UIView setCurrentLoc:]: unrecognized selector sent to instance 0x841cab0

  • 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-05-26T20:57:11+00:00Added an answer on May 26, 2026 at 8:57 pm

    -[UIView setCurrentLoc:]: unrecognized selector sent to instance 0x841cab0

    This means that you are sending the message to a pointer that is no longer pointing at your VectorViewController, but is now pointing at a UIView. This usually happens when the object has been autoreleased or released and the memory re-used.

    Check carefully what happens between when you create vectorView and when you call it again in your other method. You seem to be setting and accessing the instance variable directly – you should probably be accessing it via properties (hard to be specific without knowing if you are using ARC or not) and making sure those properties are declared appropriately.

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

Sidebar

Related Questions

This is probably a simple question but I can't seem to find the solution.
This is probably a simple question but I can't seem to figure out how
This may be a simple question, but I can't figure out a simple way
I have rather simple, I imagine, question about CRTP , but I cannot seem
Simple question but I got a headache to solve this game. Example regex. [a-zA-Z0-9\s]
This is probably a simple question but I am not an ASP.NET developer and
This is a pretty simple question but I'm somewhat stumped. I am capturing sections
This might be a simple question but I'm just picking this up so please
This is probably a simple question but I am developing a web app in
This may be very simple question,But please help me. i wanted to know what

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.