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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:59:34+00:00 2026-05-16T01:59:34+00:00

I am dynamically creating buttons on iPhone app. UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [btn

  • 0

I am dynamically creating buttons on iPhone app.


UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect];

[btn setTitle:atitle forState:UIControlStateNormal];

[btn addTarget:self action:@selector(buttonTouched:) forControlEvents:UIControlEventTouchUpInside]; // handle touch

[buttons addObject:btn];


----------

-(void) buttonTouched:sender{
}

----------

-[NSCFString buttonTouched:]: unrecognized selector sent to instance 0x592ef70
2010-07-28 08:59:43.551 DataManager[1707:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString buttonTouched:]: unrecognized selector sent to instance 0x592ef70'
*** Call stack at first throw:
(
    0   CoreFoundation                      0x02398919 __exceptionPreprocess + 185
    1   libobjc.A.dylib                     0x024e65de objc_exception_throw + 47
    2   CoreFoundation                      0x0239a42b -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
    3   CoreFoundation                      0x0230a116 ___forwarding___ + 966
    4   CoreFoundation                      0x02309cd2 _CF_forwarding_prep_0 + 50
    5   UIKit                               0x002bce14 -[UIApplication sendAction:to:from:forEvent:] + 119
    6   UIKit                               0x003466c8 -[UIControl sendAction:to:forEvent:] + 67
    7   UIKit                               0x00348b4a -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 527
    8   UIKit                               0x003476f7 -[UIControl touchesEnded:withEvent:] + 458
    9   UIKit                               0x00534070 _UIGestureRecognizerUpdateObserver + 3687
    10  CoreFoundation                      0x02379d1b __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 27
    11  CoreFoundation                      0x0230e987 __CFRunLoopDoObservers + 295
    12  CoreFoundation                      0x022d7c17 __CFRunLoopRun + 1575
    13  CoreFoundation                      0x022d7280 CFRunLoopRunSpecific + 208
    14  CoreFoundation                      0x022d71a1 CFRunLoopRunInMode + 97
    15  GraphicsServices                    0x02bfd2c8 GSEventRunModal + 217
    16  GraphicsServices                    0x02bfd38d GSEventRun + 115
    17  UIKit                               0x002cab58 UIApplicationMain + 1160
    18  DataManager                         0x00001c4c main + 102
    19  DataManager                         0x00001bdd start + 53
)
terminate called after throwing an instance of 'NSException'
Program received signal:  “SIGABRT”.

Any ideas?

  • 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-16T01:59:35+00:00Added an answer on May 16, 2026 at 1:59 am

    Because you included a colon (:) in your selector argument to addTarget, the receiving selector must accept a parameter. The runtime doesn’t recognize the selector @selector(buttonTouched:), because there isn’t a method with that name that accepts a parameter. Change the method signature to accept a parameter of type id to resolve this issue.

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

Sidebar

Ask A Question

Stats

  • Questions 523k
  • Answers 523k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You have false idea. If you want to delete the… May 16, 2026 at 9:34 pm
  • Editorial Team
    Editorial Team added an answer The | operations are correct (although I'd use |=) ,… May 16, 2026 at 9:34 pm
  • Editorial Team
    Editorial Team added an answer First you can/should do for f in * instead of… May 16, 2026 at 9:34 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I'm new to iPhone dev. My app is dynamically creating buttons, following from my
I'm creating buttons dynamically ... for(int i=0; i<colSize;i++){ final Button btn = new Button(this);
I'm creating buttons dynamically on an Excel userform with the following code: With Me.CurrentFrame.Controls.Add(Forms.CommandButton.1)
I'm currently dynamically creating UIButton objects in my view. I have an NSMutableArray containing
First off, I am not dynamically creating any controls. This is the order I
I am dynamically creating forms from a JSON object that I fetch with a
I have a WPF ListView control for which I am dynamically creating columns. One
I am creating NSButton dynamically in the cocoa application which is fine. However once
I am creating a table (stats_1) dynamically and would like to have each row
I am creating input boxes dynamically to capture inputs for a certain word (e.g.

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.