exc-bad-access
iOS UITableView gets EXC_BAD_ACCESS when user interracts
I\'m starting my first iOS app and I encounter an error that occurs only when user touches the UItableView. THis app is an helper to conjugate verbs in japanese.[详细]
2023-04-01 18:09 分类:问答presentModalViewController memory leak or EXC_BAD_ACCESS
-(void) addBookmarkTapped:(id)sender { BookmarkAddViewController *bookmarkAddViewController = [[BookmarkAddViewController alloc] initWithName:currTitle link:self.addressBar.text];[详细]
2023-04-01 15:33 分类:问答EXC_BAD_ACCESS when messaging a valid object
My main app controller invokes a subcontroller to handle a certain sequence of screens. The main controller sets itself as a delegate in the subcontroller. When the subcontroller is done doing its stu[详细]
2023-04-01 07:16 分类:问答In a xcode project, how can you check what is of what properties have an object in a given adress?
I\'m trying to use allocations tool but I don\'t know how to use it, anyways I think this could be very helpful not only in the try of getting rid of a exc_bad_access[详细]
2023-04-01 06:21 分类:问答exc_bad_access dismissModalViewControllerAnimated
I\'m new in iPhone SDK dev, and I\'m not an englishman, so my apologies for my level. Here is my problem:[详细]
2023-03-31 20:33 分类:问答Does OS X limit the memory usage of secondary threads?
I have to perform a heavy task. When I run it in the main thread, everything is perfectly fine, but when I try to run the task from a separate thread, the error which comes up is \"No memory available[详细]
2023-03-31 09:04 分类:问答Proper way of creating new objects which are copies of NSDictionary and NSArray objects defined in app delegate
I am wondering what the correct way is to make a copy of an object defined in the app delegate or a singleton object. In short, I am making an app which requires a user to login. This login view is ju[详细]
2023-03-31 06:19 分类:问答Where/If to release properties in a UITableViewCell
EDIT: Ok, so i figured out how to remedy my original problem, but i\'m not sure if this is the best way.[详细]
2023-03-31 03:05 分类:问答EXC_BAD_ACCESS error thrown in xcode
My application crashes at various points while running, and result with the following error, in the same point in the code. My research indicates that this is a memory issue, but I am not sure why. I[详细]
2023-03-31 02:51 分类:问答Setting NSDictionary object as a property in child view either leaks when not released or gives EXC_BAD_ACCESS error when released
I have the following problem: In a certain view controller I have a NSDictionary, which itself is an entree in an NSArray object. This view controller has a child view which displays some of the key v[详细]
2023-03-30 23:42 分类:问答