Help, I\'ve been hacking at this for weeks now! I have this app I am developing in the Simulator, and I have done a lot of the UI stuff, it is just getting to the interesting part with data. It starte
I recently had my xcode upgraded to version 4, and I have an EXC_BAD_ACCESS exception in my code, but despite setting NSZombieEnabled in the environment it\'s still showing the break point on the thre
I got a weird EXEC_BAD_ACCESS error on device only, it works in emulator. Here is the piece of related code:
I am getting a crash randomly when I select a cell in a UITableView in a viewcontroller in my project.
I have this line of code being called when the user taps a row on a table. It works at random and then it stops working all together giving a EXC_BAD_ACCESS. I have NSZombieEnabled on, but it doesn\'t
I have a problem with EXC_BAD_ACCESS. I have a UIWebView that loads a local HTML file and as the app is loading the contents of the view I display a UIView on top of it as a \"splash screen\". Then w
I have MainMe开发者_如何学CnuViewController with button which action is - (IBAction) goToFirstView {
I have been debugging the infamous EXC_BAD_ACCESS error for a few days now. NSZombieEnabled = YES did not offer anything. The call stack was different everytime I received the error, which was once ev
first the background: I have a singleton which does all my CoreData related stuff on it. It\'s getting called from multiple threads. For each thread I generate a new MOC using always the same StoreCo
Hi I have the following c++ program: #include <iostream> #include <fs开发者_StackOverflow社区tream>