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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:13:53+00:00 2026-06-13T07:13:53+00:00

Yesterday, my app ran fine on the simulator. I added a background image to

  • 0

Yesterday, my app ran fine on the simulator. I added a background image to the XIB, and tweaked the location some of my controls. Now when I try to run it, it crashes with:

2012-10-20 21:54:00.280 RIng It Up Scorer[580:11303] * Terminating app due to uncaught exception ‘NSUnknownKeyException’, reason: ‘[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key autoBlue1Col.’
*
First throw call stack:
(0x1ca6012 0x10e3e7e 0x1d2efb1 0xb90711 0xb11ec8 0xb119b7 0xb3c428 0x2480cc 0x10f7663 0x1ca145a 0x246bcf 0x24898d 0x2aceb 0x2b002 0x29ed6 0x3b315 0x3c24b 0x2dcf8 0x1c01df9 0x1c01ad0 0x1c1bbf5 0x1c1b962 0x1c4cbb6 0x1c4bf44 0x1c4be1b 0x297da 0x2b65c 0x1ced 0x1c15)
libc++abi.dylib: terminate called throwing an exception

autoBlueCol1 is an instance of a subclass of uiTextField. I have 4 textfields of the class, and the one it crashes on should be the 3rd one it creates.

The subclass is:

#import "SPRalphaTextField.h"

@implementation SPRalphaTextField

-(void)awakeFromNib
{

   [super awakeFromNib];

    self.delegate = self;


}

-(BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string
{

    if([string length]==0)
    {
        return YES;
    }

    if ([[textField text] length] + [string length] - range.length > 1)
    {
        return NO;
    }

    /*  limit to only ABC characters  */
    NSCharacterSet *myCharSet = [NSCharacterSet characterSetWithCharactersInString:@"abcABC"];
    for (int i = 0; i < [string length]; i++)
    {
        unichar c = [string characterAtIndex:i];
        if ([myCharSet characterIsMember:c])
        {
            return YES;
        }
    }

    return NO;
}

@end

This should be a simple program. I only have one view. I have 3 different subclasses, but those are all textboxes. I’m sure I probably need to add more code to this. Just let me know what would help, and I’ll add it.

  • 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-13T07:13:54+00:00Added an answer on June 13, 2026 at 7:13 am

    I figured out that I created this problem by trying to solve a different one. I set the main interface in the application properties. I did that because the app was hanging on the loading screen, so I thought that was that issue. I’m going to create a new question with that problem.

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

Sidebar

Related Questions

i have uploaded an app yesterday by 6pm but till now i can't find
I am installing inApp purchase in My app.Yesterday code was running fine and I
I submited an .apk file to the Android app store yesterday, and now submitted
I am developing an app on facebook. Since yesterday the resizing worked fine with
Anyone has experienced this problem? Yesterday I still can run my app in simulator
Yesterday Tomcat was running ok, but today when I try to run my web-app
Up until yesterday jQuery was loading just fine in my Rails app. I was
I submitted my app to the App Store yesterday; everything ran as it should.
Yesterday I noticed problem with my application. Everything was fine, but now something is
My static files were absolutely working fine, but yesterday I tried using the app

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.