Just upgraded to Sonoma to run Xcode 15 for SDK 17.2. All Nativescript apps that previously worked that used a Textfield are now broken. Textfield Strips last character. Running Nativescript 8.6.5 same issue with 8.6.1. TextView works for not removing last character. Build in Xcode for M1 Arm64 and issue is not present, but makes development in Nativescript troublesome.
I am having the same problem where the simulator cuts off the last character of
TextField's but real devices work fine. I did some searching and found the below:The good news is that it appears to be fixed in Xcode 15.3!
Update
So @nativescript/ios v8.6.4 was released today, which works with the new Xcode 15.3, and I can confirm that Apple has fixed the issue! I tested using Xcode 15.3 with a simulator running iOS 17.4, and found that the last character of
TextField's is no longer is cutoff!Make sure you also update Command Line Tools for Xcode to v15.3.