This is more of a C question but here it goes. I\'ve a method that receives as a parameter the address of a pointer to an NS开发者_运维知识库Error object. Now, that method is buried several levels de
In very specific, but reproducible cases, I\'m getting audioPlayerDecodeErrorDidOccur:error: with the following NSError:
I am having a problem passing an NSError object back.The first line of code to access the object (in this case, I inserted an NSLog) causes \"EXC_BAD_ACCESS\".
I am having the me开发者_开发百科thod in my view controller as shown below: - (void)parser:(PaymentTermsLibxmlParser *)parser encounteredError:(NSError *)error
Using this Javascript through jssh compiled and built for the new Firefox 4.0 beta 1 returns an odd message. Here is the code (sorry if it\'s a little messy).
my app is supposed to make a request from a server every 10 seconds or so with a specific url, change some attributes in the url, and then show the request in another view called \"updateView\" or if
There is a previous SO post regarding setting up error domains for your own frameworks, but what is the best practice regarding setting up error domains and custom error codes for your own project/app
I\'m converting a Java library to Objective-C. The Java code uses exceptions flagrantly (to my Objective-C accustomed mind).开发者_Go百科 When converting, should I be throwing Objective-C exceptions (
What it says on the tin. All I want t开发者_运维技巧o do is save an NSString to a .txt file in my Documents directory so it can be accessed by the user. This is called in applicationWillTerminate:
I\'m trying to download a file from the internet, but I get the error -3001 back. I\'ve been searching through google but the error doesn\'t appear on any website, so i have no 开发者_开发知识库idea w