Skip to content
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

Closed
n0hkie opened this issue Apr 18, 2018 · 8 comments

Comments

@n0hkie
Copy link

n0hkie commented Apr 18, 2018

Running but after a while app is crashing
screen shot 2018-04-18 at 4 54 31 pm
screen shot 2018-04-18 at 4 56 49 pm

@bernayu
Copy link

bernayu commented Apr 19, 2018

+1

@saito-sv
Copy link

saito-sv commented Apr 23, 2018

@heypiotr
Copy link
Contributor

I've just run into the same problem, and I believe this happens when your ProximityObserver gets released/deallocated without you calling stopObservingZones first.

@NandhuNair
Copy link

NandhuNair commented May 8, 2018

@n0hkie @heypiotr @Marlon-Monroy @bernayu
I'm also facing the same issue. Any solution?

@saito-sv
Copy link

saito-sv commented May 8, 2018

@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.

@NandhuNair
Copy link

Thanks @Marlon-Monroy
Can I call startObservingZones again after calling stopObservingZones ?

@saito-sv
Copy link

saito-sv commented May 9, 2018

@NandhuNair why would you want to stop it? but yeah I guess you can.

@chwastek
Copy link
Contributor

please confirm with https://github.com/Estimote/iOS-Proximity-SDK/releases/tag/v0.13.1 that you don't have this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants