You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, do you have any idea about this crash issue?
Which object is dealloc? The block or parameter of the block?
We invoked the block in the main thread by dispatch_async. Does it caused the crash?
The text was updated successfully, but these errors were encountered:
0 libobjc.A.dylib 0x213b3a82 objc_msgSend + 1
1 TapatalkFree 0xd53a63 wax_fromInstance (wax_helpers.m:228)
means a none object is treat as object. so objc_msgSend failed.
check your grammar by reference the wiki.
to see detailed reason, please paste your OC and lua code.
Hey, do you have any idea about this crash issue?
Which object is dealloc? The block or parameter of the block?
We invoked the block in the main thread by
dispatch_async
. Does it caused the crash?The text was updated successfully, but these errors were encountered: