UITextView crash when added through Storyboard in XCode 11.2 for iOS 12.4.1. Is it going to be fixed in later versions of XCode or we need to delete the storyboard and add programatically?

Error Output in XCode:

*** 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)'

Replies

Until that bug is fixed, yes, you need to do in code.


A for 'is it going to be fixed...', I don't believe Apple has so far said anything beyond what edford has already mentioned in this thread: Re: app crashes updating to Xcode 11.2 from 11.1