My app ran without any crashes while using Xcode 11.1. After updating to XCode 11.2, my app experienced a crash:
*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named _UITextLayoutView because no class named _UITextLayoutView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)'
This crash seems to occur during a perpare for seque, before any of my views appear on the screen.
Any idea on the cause or solution?
Thanks.
This is addressed in the GM Seed of Xcode 11.2.1. If you are writing a Mac Catalyst app, please also see the release notes for Xcode 11.2.1.
For any other issues you encounter while using Xcode, please file bug reports.