Error Message:
Thread 3: EXC_BAD_ACCESS (code=2, address=0x16bbc3ff0)
warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.
is that any solution?
Error Message:
Thread 3: EXC_BAD_ACCESS (code=2, address=0x16bbc3ff0)
warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.
is that any solution?
Hi @ganweiming Can you tell me what SyncManager version you use?
and can you tell me which line of code will get crashed by setting exception breakpoint?
SendBirdSyncManager (1.1.24)
0x105f28ff0 <+68>: cbz w0, 0x105f2900c ; <+96> at SBDBaseMessage+SyncManager.m:93:34
I’m on it. Will look into it and fix asap.
and there another issue with SendBirdSyncManager: sometimes SBDGroupChannelListQuery not include channel members data in callback, i can’t find the result, case his event happened at random, maybe i query channel in child thread then refresh UI in main thread? or case of the network?
thanks so much, wait for SendBirdSyncManager next version
Btw, Error Message: Thread 3: EXC_BAD_ACCESS (code=2, address=0x16bbc3ff0)
are you facing this error every time?
oh i see it seems like unexpected recursion occurs. Thanks for the information!
@ganweiming I just release v1.1.25 patch. Can you install latest version and confirm the fix? thanks
It work, thanks so much, and f it’s convenient for you, pls check issue about can’t get channel members data