Post

Replies

Boosts

Views

Activity

Reply to Error when clicking on TextField : CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them
after posting my answer, I spent some more time on that I had no crashes under the iPhone simulator same app started as 'on my Mac', crashes after 3 or 4 new records Since I didn't had crashes when creating new records via sheet (2 empty TextFields and a button to create that record), I did the following: in my model, I initialized two fields with a string (before, I initalized the fields with empty strings ("")), "Title..." and "Author...". (title was the first field, clicking into that forced the crash) After this change, I created about 12 records, no crash! Hope that was the solution! Means that the empty string/attribute was the problem
Jul ’24