-
Notifications
You must be signed in to change notification settings - Fork 47
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 #21
Comments
This gives the same exception:
|
Try enabling "Thread Sanitizer" in build settings. |
Thanks for the feedback. I've enabled the Thread Sanitizer for my Build scheme. This caused the exception to disappear. Should I use the Thread Sanitizer all the time? |
We should fix the root issue, enabling the sanitizer is just a workaround. :) |
Makes sense :-) |
PRs are always welcome!! |
I've seen this happen only on xcode9.3 simulators. No error on testing on Device (11.3) . (With thread sanitizer disabled) |
Hi!
When using the SMART classes, I encounter a EXC_BAD_ACCESS.
This happens both in the Demo project (regardless of the data source) and with a small own test app:
The text was updated successfully, but these errors were encountered: