-
Notifications
You must be signed in to change notification settings - Fork 715
Closed
Description
Hi,
The plugin work excellent on Android devices, and IOS7-, but it crash randomly on IOS8.
After debugging, i found the following exception on Xcode:
libobjc.A.dylib`objc_msgSend:
0x11021e000: testq %rdi, %rdi
0x11021e003: jle 0x11021e068 ; objc_msgSend + 104
0x11021e005: movq (%rdi), %r11
0x11021e008: movq %rsi, %r10 Thread 6:EXC_BAD_ACCESS( code =EXC_I386_GPFLT)
0x11021e00b: andl 0x18(%r11), %r10d
0x11021e00f: shlq $0x4, %r10
0x11021e013: addq 0x10(%r11), %r10
Thank you.