Can't find or decode availabilityDetailedInfo warning when start editing textField

Whenever I start editing TextField or while editing TextField, Xcode shows this worning, and takes a few seconds to show the keyboard. There is no 'availabilityDetailedInfo' in my source code, and I could not find similar errors on the internet.

Can't find or decode availabilityDetailedInfo
unavailableReasonsHelper: Failed to get or decode availabilityDetailedInfo
Can't find or decode reasons
unavailableReasonsHelper: Failed to get or decode unavailable reasons as well
Can't find or decode availabilityDetailedInfo
unavailableReasonsHelper: Failed to get or decode availabilityDetailedInfo
Can't find or decode reasons
unavailableReasonsHelper: Failed to get or decode unavailable reasons as well

getting the same issue on XCode 16. tried with swiftui and uikit and got the same issue with the textfield lagging when tapped.

so i did some digging and it seems like the lag appears as a result of a bug in the xcode debug process, and as a result, running the app straight from my iphone doesnt produce the lagging bug.

try it out yourself. manually close the app and then launch it straight from your device, you shouldn't get the lag again. it's not a complete solution but it should ease some anxiety, i know it did for me.

Can't find or decode availabilityDetailedInfo warning when start editing textField
 
 
Q