-
Notifications
You must be signed in to change notification settings - Fork 27
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
Xcode 9.3 with EstimoteProximitySDK (0.12.0) error Thread 1: EXC_BAD_ACCESS (code=1, address=0x10) #12
Comments
+1 |
I've just run into the same problem, and I believe this happens when your ProximityObserver gets released/deallocated without you calling |
@NandhuNair make sure your not calling observe zones more than once, some how in my code i was calling it twice, that fixed the error for me. |
Thanks @Marlon-Monroy |
@NandhuNair why would you want to stop it? but yeah I guess you can. |
please confirm with https://github.com/Estimote/iOS-Proximity-SDK/releases/tag/v0.13.1 that you don't have this issue |
Running but after a while app is crashing
The text was updated successfully, but these errors were encountered: