Search Results

3
votes

Why is my cocoa program getting EXC_BAD_ACCESS during startup?

I've seen times where this can happen when you are trying to access a object that you didn't retain properly so its either not pointing to a valid copy of your object or its pointing to an object o …