Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

-[__NSCFTimer isConnecting]: unrecognized selector sent to instance 0x174371a00 #195

Closed souhl closed 9 years ago

souhl commented 9 years ago

We got a crash in: [ESTBeaconDevice centralManager:didDisconnectPeripheral:error:]_block_invoke (in MyWeatherCenter) + 44

As it comes from our productive user base, I can't provide much more details :-(

martinklimek commented 9 years ago

@souhl this issue is solved in version 3.2.9:)

souhl commented 9 years ago

Perfect!

audente commented 8 years ago

I'm having a similar crash using version 3.8.1:

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000010
Triggered by Thread:  14
...
Thread 14 name: Dispatch queue: com.estimote.ESTBeaconDeviceCentralManager
Thread 14 Crashed: 
0 libobjc.A.dylib 0x000000019908dbd0 0x199074000 + 0x00045424 (in Sensores)
1 Sensores -[ESTBeaconDevice centralManager:didDisconnectPeripheral:error:] (in Sensores) + 240 0x0000000100000000 (in Sensores) + 0x00576572 (in Sensores)
2 CoreBluetooth 0x0000000183eb0ee0 0x183ea0000 + 69344
3 libdispatch.dylib 0x00000001998996e8 0x199898000 + 5864
...

Any ideas on what could be wrong?