-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXC_BAD_ACCESS in CreateCustomSubclass #27
Comments
I see the same error as @nicklocking, even when running the example. |
@GrahamDennis bump |
Same crash while inserting object |
same same... FWIW, I added
on line 333 in GDConcurrencyCheckingManagedObject.m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On running my app with this pod installed, I get an EXC_BAD_ACCESS in the CreateCustomSubclass method. A screenshot of the debug state at this point is attached. The variable 'class' comes in to the method fine, but something goes wrong and I'm not sure why. class_getName produces the same EXC_BAD_ACCESS if I try and add debug logging.
The text was updated successfully, but these errors were encountered: