In my tvos application , when the password is input via voice dictation to the textfield, the app crashes with below details.
*** Terminating app due to uncaught exception 'NSRangeException', reason: 'NSConcreteMutableAttributedString attributedSubstringFromRange:: Out of bounds'
*** First throw call stack:
(0x1855a866c 0x184e6c310 0x186192110 0x19a4f7234 0x1a8687588 0x1c58d2e44 0x18b006d70 0x18b0f5484 0x1854eccc8 0x185515d54 0x1855150e8 0x18550ec78 0x18550de0c 0x188826644 0x1c5b2faf4 0x1c5b35294 0x102a0e368 0x103d3921c)
libc++abi: terminating with uncaught exception of type NSException
dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
*** Terminating app due to uncaught exception 'NSRangeException', reason: 'NSConcreteMutableAttributedString attributedSubstringFromRange:: Out of bounds'
terminating with uncaught exception of type NSException.
Same issue could be replicated in the sample application with just a securetextentry uitextfield. Any solution/details pls help.