I have a calendar with events inside, and I want the user to be able to add notes to every event. I do this through a UITextView, but the app crashes some times after writing the first letter saying
-[__NSArrayM text]: Unrecognized selector sent to instance
The weird part is, that I use no code whatsoever to track the input, until the user hits a "Done" button. I get the same error when using UITextField as well, and I can't find out why does the error sometimes occur, and sometimes it works all fine.