Posts

Post marked as solved
94 Replies
Updating to XCode 11.2.1 did not help with this crash in my particular situation. As a hail Mary, I deleted each text field and then did "control-Z" to undo the delete. This fixed the crash after watching it crash on XCode 11.2.1 serveral times. To be more specific, I deleted them all, ran the app, added one back at a time using control-Z to see if a particular one was causing it. No crashes so I'm releasing it. Now that we know our testing may not yield the same results when the app is downloaded from the app store, I'll be testing it before the users get to it...hopefully.I would imagine that by deleting the fields and undoing it, the internals of the text field that were causing the crash were updated to whatever newer stuff likes. If you're about to throw your computer through the window, this might just save you some money for the window and the computer 😉
Post marked as solved
20 Replies
XCode 11.2.1 did not fix my particular variation of this problem.In XCode 11.2.1, I was able to avoid this crash by deleting each text field in interface builder then "undoing" it with control-Z. I deleted them, compiled and ran the app, then the undo's of the deletes. Next run with the deleted and undone text fields did not crash.