The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
13 views

Core Data (?) sends unrecognized selector to instance of auto-created Core Data Entity class

I am trying to save a one-to-many relation in core data. There is a user decision involved to determine whether the new child list object needs to be attached to a new parent object. In the other case ...
-1
votes
1answer
15 views

AVCaptureVideoPreviewLayer connection crash on iOS5 only [closed]

I'm using some code from Apple's "SquareCam" source code. It runs fine on iOS6, but on iOS5 I get a crash: AVCaptureSession *session = [AVCaptureSession new]; [session ...
0
votes
1answer
13 views

Can not create NSError: unrecognized selector

I am trying to create a NSError category to make pre-defined errors based upon status codes. However, any time that I try to create a NSError from my category, I get a +[NSError ...
0
votes
1answer
25 views

[MyClassName copyWithZone:]: unrecognized selector sent to instance?

I just implemented my class @interface ExampleNestedTablesViewController () { NSMutableArray *projectModelArray; NSMutableDictionary *sectionContentDictionary; } - (void)viewDidLoad { ...
1
vote
0answers
21 views

Can Instruments be corrupting memory?

As I move my next version of my app closer to submitting to the store I run a leak check on it using Instruments. On all of my test devices (iPod touch, iPhone, iPad; different OS levels, etc.) all ...
0
votes
2answers
34 views

UIBarButtonItem action fails with unrecognised selector

I have searched around a lot but couldn't find a solution to my problem. I have a function that I want to call as a selector when one of the UIBarButtonItem is tapped. My UIViewController is embedded ...
0
votes
3answers
32 views

Adding more objects to a IBOutletCollection declared as an NSMutableArray causes exception

I'm using an iPad 6.1 Simulator and I don't understand why when I try to add another object to an IBOutletCollection it causes an error of __NSArrayI addObject: unrecognized selector sent to ...
-1
votes
3answers
72 views

Unrecognized selector sent to instance in Tableviewcontroller

Ok I am trying to create a simple TableView app that when the row is selected, transitions to a WebView. I am using story boards and do have my links connected properly. I am getting an error like the ...
0
votes
0answers
31 views

How to solve MKPolyline unrecognized selector sent to instance

I try to draw a MKPolyline I customized on a MKMapView. The reason of customize a MKPolyline is to hold two properties (DrawMode type (enum), BOOL persisted). CustomLine.h #import ...
0
votes
0answers
87 views

Save UIImage -> NSData to Core Data binary

I want to store an image I picked with the UIImagePickerController from the camera to CoreData. The column is a binary type with "Allows External Storage". The method I want to save: ...
0
votes
1answer
39 views

-[__NSArrayM text]: called without reason [closed]

I have a calendar with events inside, and I want the user to be able to add notes to every event. I do this through a UITextView, but the app crashes some times after writing the first letter saying ...
0
votes
4answers
74 views

Terminating app due to uncaught exception 'NSInvalidArgumentException' - unrecognized selector

I'm trying to make a simple notes app. When I run the project, in the debug area, it says; [1752:19d03] -[TableViewController createEditableCopyOfDatabasteIfNeeded]: unrecognized selector sent to ...
14
votes
5answers
361 views

Under what conditions might instancesRespondToSelector: return true, but performSelector: throw an exception

I have code distributed in a library which looks like this: if ([[NSString class] instancesRespondToSelector: @selector(JSONValue)]) { NSString *jsonString = [[[NSString alloc] initWithData: ...
0
votes
1answer
58 views

[NSConcreteNotification isReachable]: unrecognized selector sent to instance

I'm trying to get ASIReachability to work in my app which works when the connection isn't there but when the connection exists it give the following error: 2013-04-08 12:26:20.501 Your Llanelli ...
0
votes
4answers
51 views

[UIBarItem setTitle:]: unrecognized selector sent to instance

I'm trying to give my UIToolBar a title, but when I try to add a UIBarItem with a title attribute, I get this error. My code: UIBarItem *title = [[UIBarItem alloc] init]; title.title = @"My Title"; ...
0
votes
1answer
30 views

'-[AVPlayer superview]: unrecognized selector sent to instance 0x21011ad0'

My app keeps crashing whenever I try to play a video, despite the fact that my AVPlayer instance is being retained. NSURL *url = [[NSBundle mainBundle] ...
-1
votes
2answers
52 views

Unrecognized selector error.

I am trying to send a UIColor to a subclass of UIView. I am getting an unrecognized selector error. -[Subclass fillView]: unrecognized selector sent to instance 0x2006f880 (Subclass is a class in ...
0
votes
0answers
52 views

UISwipeGestureRecognizer throws off EXC_BAD_ACCESS

I have a view that I'm designing with XIB file, and writing a regular class that inherits from UIView, as normal. I need to add swipe functionality to the view. First, yes, I've user interaction ...
1
vote
1answer
66 views

Objective C. Tracking down an unrecognized selector

I have a fairly complex project that I am working on. I am getting an error related to an unrecognized selector. Usually I can track these problems down quickly, generally just using logic, else using ...
-6
votes
1answer
124 views

Unrecognized selector sent to class singleton arc [closed]

I have a singleton class setup in the following way My .h has the following code + (Singleton *)sharedInstance; .m looks like the following + (Singleton *)sharedInstance { if (nil == ...
0
votes
1answer
58 views

UITableViewController unrecognized selector sent to instance 0xa17c1f0

I am new in iOS Development and currently I am working on a Tabbed Application which contains 4 tabs. On one of my tabs I am trying to display a table view but i get the following error. 2013-03-13 ...
0
votes
1answer
102 views

NSString drawInRect:withAttributes: causes 'unrecognized selector sent to instance …'

I got something really strange: a method causes unrecognized selector sent to instance, but doesn't NSLog() anything at all. I made a custom NSControl subclass, where I try to draw my custom cells ...
0
votes
2answers
116 views

Why is something else calling a method connected to a UIBarButtonItem via an Interface Builder xib?

My iOS app crashes when pressing a button found in a custom view for the rightBarButtonItem. A custom view is used because the barButtonItem design requires more than just a button. Here is the ...
0
votes
1answer
89 views

pressing UIBarButtonItem in UINavBar gives unrecognized selector sent to instance

I have a view that implements a splitView controller. I had to add TWO buttons to the Navigation controller. I added the first in UIBuilder but it would not let me add a second one so I did it in ...
1
vote
0answers
74 views

CTCall callState method “unrecognized”

I'm working on a jailbreak tweak where I need to detect an incoming call. I can successfully get the CTCall object however, when I call callState to get the current state it throws up this error and ...
0
votes
1answer
72 views

-[UIDeviceRGBColor red]: unrecognized selector sent to instance

CGFloat colorR = color.red; It worked for a few builds, but then I modified some code that has nothing to do with color and suddenly that line crashes my app every time I try to run through it, even ...
0
votes
1answer
131 views

Images wont get cached when using SDWebImage

I cant get SDWebImage to work correctly. I have UITableView with images that are always showing, yet the cache is always empty. in other words, the images are not connected to the SDWebImage cache. ...
0
votes
1answer
37 views

File ios problems - unrecognized selector

This is my code: - (void)viewDidLoad { [super viewDidLoad]; textBox = [[UITextField alloc] initWithFrame:CGRectMake(10, 50, 300, 40)]; [textBox setDelegate:self]; [self.view ...
0
votes
2answers
68 views

UIButtonTypeDetailDisclosure : unrecognised selector sent to instance

I have a custom button class: CustomButton.h file: @interface CustomButton : UIButton @property (nonatomic, retain) NSString* info; @end CustomButton.m file: #import "CustomButton.h" ...
0
votes
1answer
235 views

ios - Sparrow mail app crashes on 5.0.1 - want to build a fix, mobile substrate help needed

yesterday, I downloaded the Sparrow mail app, which is crashing instant after startup. Following crash log is generated: Incident Identifier: [TODO] CrashReporter Key: [TODO] Hardware Model: ...
3
votes
1answer
238 views

AdMob used with iOS 6 crashes the app (unrecognized selector)

I'm using AdMob 6.2.1 in my app which runs under iOS 6 only. I've followed google instructions and everything is working well when running on the simulator and on my iPhone 5. But, when submitting to ...
0
votes
1answer
126 views

Xcode User Defaults unrecognized selector error

I'm getting started to use User Defaults on Cocoa and I'm getting an [NSConcreteData alphaComponent]: unrecognized selector sent to instance 0x100123660 error. Here is the source code : ...
3
votes
3answers
79 views

Unrecognized selector occurring for int property

I have a class called Projectile (it inherits from the Cocos2D CCSprite Class, but I doubt that's related to the problem). All it contains is an int called 'type', which I have made into a property. ...
0
votes
0answers
78 views

Unrecognized Selector (NSMutableArray+NSString)

A very basic yet puzzling error; NSString *selectedCategory = @"Rock"; if (self.quoteOpt.selectedSegmentIndex == 1) { selectedCategory = @"Programming"; } //filter array by ti tle using ...
0
votes
1answer
215 views

iOS SDWebImage unrecognized selector complete-block

I'm using SDWebImage in my iPhone project to load and cache images automatically. The basic usage works perfect: [self.imageView setImageWithURL:[NSURL URLWithString:*url*]]; But when I use ANY of ...
0
votes
1answer
87 views

UIScrollView loses reference to delegate

I need to create a number of UIScrollViews dynamically and fill them with content. This is all good except when i set the delegate to self and pan the list i get this exception: Terminating app due ...
0
votes
1answer
120 views

Getting values when NSDictionary contains a list

I am being passed a dictionary: aDictionary When I log it out the dictionary has the following format: { value1 = "subValue1 {label=value1, info1=, info2=}"; value2 = "subValue2 {label=value2, ...
0
votes
1answer
67 views

Crashing after view controller URL request and connection finish correctly

My app goes to a viewcontroller, makes two automatic server requests, makes the connection, retrieves the data and correctly displays it, and is done. The user clicks a "likes" button and two more ...
0
votes
2answers
96 views

iOS Error - “unrecognized selector”

Main.m NSDictionary *additionalQueryParameters = [NSURL ab_parseURLQueryString:[url query]]; OAuth.h @interface NSURL (OAuthAdditions) + (NSDictionary *)ab_parseURLQueryString:(NSString *)query; ...
0
votes
2answers
262 views

[__NSCFString superview]: unrecognized selector sent to instance

I am trying to copy a NSMutableArray* into NSArray*, but it does not works and it generates a [__NSCFString superview]: unrecognized selector sent to instance error . Here is the code: //where gc is ...
1
vote
3answers
124 views

Set default handler for “unrecognized selector” exception

In Objective-C, is there a way to set a default hander to avoid unrecognizedselector exception ? I want to make the NSNULL and NSNumber to response all the methods in NSString. Thanks!
1
vote
1answer
449 views

unrecognized selector sent to instance UIBarButtonItem

I am trying to customize the navigation bar and it's buttons in my AppDelegate file : // first I am customizing the done button [[UIBarButtonItem appearance] setBackgroundImage:buttonDone ...
0
votes
1answer
73 views

trouble with images

I am having a problem during run-time that says -[__NSCFString _isResizable]: unrecognized selector sent to instance 0x6a86a80 2012-10-24 14:21:08.070 Diabetic Food Guide[767:c07] * Terminating ...
0
votes
2answers
131 views

Unrecognized selector sent to instance on custom object

I created a custom class object Action with three enums as instance variables: @interface Action : NSObject <NSCopying> @property ImageSide imageSide; //typedef enum @property EyeSide ...
0
votes
1answer
233 views

iOS Unrecognized selector sent to instance for call back from modal view

I'm calling: emailDetailView.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCancel ...
0
votes
2answers
94 views

'NSInvalidArgumentException' / '-[AppDelegate fieldChanged:]: unrecognized selector sent to instance

The app terminates with a NSInvalidArgumentException when I use this code and I do not know why: In my FieldViewController.m I have: -(IBAction)fieldEntered:(NSString*)sender { [self.temp ...
2
votes
3answers
806 views

IOS UIBarButtonItem works fine while UIButton causes Unrecognized Selector Sent to Instance

I am trying to implement a custom navigation bar button item, I have a selector when user clicks to bar item a function is called. If I set bar item to UIBarButtonItem it just works fine but I have to ...
0
votes
1answer
205 views

Strange crash when I try to access to uibutton's titleLabel property (xcode 4.5 and IOS sdk 6.0)

I found another annoying bug with xcode 4.5 and sdk 6.0 : when I run the following code : UIColor *newcolor = [UIColor colorWithCIColor:[CIColor colorWithString:@"1 1 1 1"]]; [button ...
0
votes
1answer
237 views

Objective-C Categories not being recognized?

Well, this is quite a weird issue. (I just hope it has something to do with my not-playing-that-much-with-Cocoa-for-a-while, or else...) So, the issue is quite straightforward : I'm using Xcode ...
1
vote
1answer
240 views

performSelector afterDelay with multiple arguments error

I´m having some problems with performSelector method on this code: This method are in other class called "JSONMethods": +(void)sendPostMsgWithMultipleArguments:(NSArray *)myArgs { [self ...

1 2 3