when I input something in UITextField or UITextView, I got the error below:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSXPCEncoder _checkObject:]: This coder only encodes objects that adopt NSSecureCoding (object is of class 'NSMallocBlock').'
ios18.3 TextInput crashes when any text is entered while running as iOS app
Recommended
Can you provide a source code listing or a small sample we can use to see what the code producing this error looks like?