I have an iOS app that uses UIKit. I have many view controllers using UITextField and all of them previously had rounded corners due to the border style: round, which is exactly what I wanted. Now, when I build the app with iOS 26 on Xcode 26.0.1, they all are showing as non-rounded rectangles when I run the app on a device with any iOS version (e.g., 26.0.1, 18.2). The text boxes still show rounded in interface builder. Is this a bug in iOS 26 SDK, or is there something new I need to do?
I created a brand new app just to see if it was an issue, and it is.
Any input would be very helpful. Thanks!

