Getting strange message in debugger since Xcode last updated

Xcode updated yesterday, and am now at

Xcode Version 13.3 (13E113)

Since then, whenever I debug my app the the simulator, I get the message below. Am curious if I should be concerned.

If it makes a difference: Yes, I have an IBM keyboard attached via USB.

Also this does not happen when I debug the app on the iPhone itself.

2022-03-15 14:50:45.745237-0400 Hello World[48883:648134] [HardwareKeyboard] -[UIApplication getKeyboardDevicePropertiesForSenderID:shouldUpdate:usingSyntheticEvent:], failed to fetch device property for senderID (778835616971358211) use primary keyboard info instead.

Answered by Claude31 in 707878022

I would not care. Xcode is familiar with these types of warnings which are often more for internal use.

Same here, while using emulator, but it happens only when i'm using my hardware keyboard. I have the same senderID as yours(778835616971358211) and my keyboard is Microsoft and USB connected. If i use emulator Software Keyboard the messages are not appearing. Probably no reason to be concerned.

Accepted Answer

I would not care. Xcode is familiar with these types of warnings which are often more for internal use.

in your simulator (for example iPhone) toggle "Connect Hardware keyboard" off. This should resolve it.

Getting strange message in debugger since Xcode last updated
 
 
Q