I'm having trouble with my iOS app. Here is my ticket against the component in question: https://github.com/lxcid/LXReorderableCollectionViewFlowLayout/issues/52
But for StackOverflow - my question is more general. How does one go about debugging something like this?
The only error I get is:
2013-12-16 18:23:24.307 3rdRevolution[33315:70b] *** -[CFSet countByEnumeratingWithState:objects:count:]: message sent to deallocated instance 0x1336f850
(lldb)
Here is a screenshot of xcode:
I did find that LXReordableCollectionView is involved in the crash by commenting out its usage which solved the crash. But I still don't know why or how to solve it. And commenting out code to figure things out doesn't seem like a great approach..
Suggestions?
Thanks!