exc-bad-access
App runs fine from Xcode, but crashes when loaded from home screen
As the title suggests, I have an app that runs fine when launched from Xcode, but crashes when launched from the home screen.[详细]
2023-03-28 04:04 分类:问答iOS performSelectorOnMainThread problem
I have problem with perf开发者_StackOverflowormSelectorOnMainThread, It receives \"EXC_BAD_ACCESS\".[详细]
2023-03-27 21:41 分类:问答Speex voice chat: EXC_BAD_ACCESS crash when trying to decode
I\'m developing a voice chat and I used speex to开发者_Python百科 compress the data that is being transmitted.[详细]
2023-03-27 20:31 分类:问答Cocoa app gives EXC_BAD_ACCESS on any GL function
It seems that no matter what GL function I call, I get EXC_BAD_ACCESS. However, I\'m calling these functions in readFromURL:ofType:error: of an NSDocument subclass, for some offscreen drawing. If I re[详细]
2023-03-27 18:24 分类:问答Random Crashing and weird console output
I wrote an entire app, and I was just about to submit it to the app store, and in my final testing, I went back and added a few releases to ensure proper memory management was observed.And since then,[详细]
2023-03-27 06:18 分类:问答EXC_BAD_ACCESS error while accessing valid, non-released object
I have a weird issue that comes up while releasing an object. In the object\'s dealloc method I am releasing another (sub) object. When this sub object is released I get an EXC_BAD_ACCESS error. I am[详细]
2023-03-27 02:28 分类:问答How can I set NSZombiesEnabled in XCode4?
How can I enable NSZombiesEnabled in XCode4? I used to use this argument to debug EXC_BAD开发者_C百科_ACCESS in XCode3. Not sure where to do it in XCode4.[详细]
2023-03-26 15:54 分类:问答EXC_BAD using own struct as return value
i am using the following struct as a return value of a method: typedef开发者_如何学C struct { CLLocationCoordinate2D topLeftCorner;[详细]
2023-03-26 13:13 分类:问答iPhone - accessing an NSArray in a ViewController from the AppDelegate?
I want to be able to access an array of objects in my iPhone application. The array of objects is populated in the appDelegate of my application and I want to be able to access the array in one of my[详细]
2023-03-26 12:15 分类:问答Strange jump in cellForRowAtIndexPath to another return statement
I have this in my tableView:cellForRowAtIndexPath: if (condition) { // make a custom cell return cell;// line number 240[详细]
2023-03-26 09:07 分类:问答