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 7563489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:40:45+00:00 2026-05-30T13:40:45+00:00

This is an error that my friend is getting when testing my app, but

  • 0

This is an error that my friend is getting when testing my app, but I can’t reproduce it. I’ll start with code:

TransferFrequency.h

@interface TransferFrequency : NSObject
- (BOOL)isImmediate;
// Other details...
@end

TransferFrequency.m

@implementation TransferFrequency
// Other details...
- (BOOL)isImmediate
{
    return YES;
}
@end

Transfer.h

@interface Transfer : NSObject
@property (nonatomic, retain) TransferFrequency* frequency;
// Other details...
@end

Transfer.m

@implementation Transfer
@synthesize frequency;
// Other details...
@end

CreateTransferView.h

@interface CreateTransferView : UITableViewController
@property (nonatomic, retain) Transfer* transfer;
// Other details...
@end

CreateTransferView.m

@implementation CreateTransferView
@synthesize transfer;

// Other details...

- (void)confirmButtonTouched
{
    // The crash happens on the following line, as confirmed by stack trace
    if([self.transfer.frequency isImmediate])
        // Do some stuff
}
@end

When the user touches the confirm button, confirmButtonTouched is called. This is the error my friend is getting:

-[TransferFrequency isImmediate]: unrecognized selector sent to instance 0xeec6db0

It appears to me that the selector isImmediate is being called on a legitimate TransferFrequency object, but the iPhone is saying it can’t find that selector.

There are actually several iPhones that are reporting this error to me but I do not have physical access to any of them, so I’m stuck debugging from afar. My own iPod touch, iPhone, and iPhone Emulator all work just fine.

Any ideas as to what may be causing this?

  • 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-30T13:40:46+00:00Added an answer on May 30, 2026 at 1:40 pm

    Well, sorry to waste everybody’s time. My friend is distributing the app for testing from his own machine. It turns out that he needed to clean and rebuild the project. Works great now.

    Anyway, thanks for the help, everyone. And the lesson here is that if you’re having a problem that doesn’t really make sense, clean and rebuild!

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

Sidebar

Related Questions

I am getting this error now that I hit version number 1.256.0: Error 4
Im getting this linker error that won't let me compile. It only happens on
I'm getting this error after trying to appendChild to an element that was just
I am getting this error when I include an opensource library that I had
We're getting this error once a day on a script that runs every two
I have this error that is keeping me from moving forward. I basically have
This is the error that is thrown by our automated build suite on Windows
I got this error running a query that goes against 2 tables with combined
I got this error when I tried to compile an application that includes the
I just got Java5 project that has this error, i tried using Java5 and

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.