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
{{ message }}
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
I can confirm this happens to me too after long pressing a bubble, selecting a custom event, and then navigating back to my tableView. And my "custom event" doesn't do anything for now...
This doesn't happen if I select a normal action like Copy though.
*** -[JSQMessagesCollectionViewCellOutgoing release]: message sent to deallocated instance 0x12fa57ac0
--- EDIT
and it appears it's already mentioned on #1026 and fixed in #1027
Thanks! 👍
Hello everyone!
I'am currently creating a Chatapplication with JSQMessageViewController. Anyway all functions work well until the delete function.
To my issue:
I have a tableView with all Chatpartner. If i click one, i'll get navigated to the JSQMessageViewController.
On a longpress event, i added a delete selector.
i delete them like this:
this works fine but when i navigate back to my tableView it crashes
After enabling zombie objects in the Diagnostics i get this error:
[JSQMessagesCollectionViewCellIncoming release]: message sent to deallocated instance 0x7fc76acf08b0.
I hope i displayed my issue properly, if there are any questions let me know.
The text was updated successfully, but these errors were encountered: