I\'ve spent two days on this and I still can\'t find the cause of the crash. I know it has something to do with trying to access an object that has been freed but I don\'t know which access or which
Something strange is going on with my iphone app. I am using Core Data to store data in a SQLite database. The first time after my app starts up I try to read a table to return all of the rows to fill
I am trying to use AVAudioPlayer to play some sounds in quick succession. When I invoke the sound-playing function less frequently so that the sounds play fully before the function is invoked again, t
I\'ve been using this code to create my UIWindow UIMyWindow* win = [[开发者_开发问答UIMyWindow alloc]
I am a newbie to the iphone app world. So I thought I try my luck with a calculator app. Unfortunately I am running into an issue where if I press a third key in the calculator the app crashes. Someti
I am getting an infuriating EXC_BAD_ACCESS error in an objective c app I am working on.Any help you could offer would be much appreciated.I have tried the normal debug methods for this error (turning
I have a 2 tabs application. In the first one, I\'m creating objects of the \"Sample\" and \"SampleList\" entities. Each sampleList contains an ID and a set of samples. Each sample contains a date and
I\'ve got quite a weird problem. To make it short, i\'ll write some pseudo-code: init: create a dictionary and insert n elements.
I get an \'EXC_BAD_ACCESS\' error when trying to access variable in a function other than the one it was set in
I tried to assign a managed object (C) with its property another managed object (B) (a one-to-one relationship) in which this other managed object (B) has a to-many relationship with one other managed