Xcode 14.3 - We got a keyboard without any keys (1)

Hello,

I am quite new to C++ and just started learning SFML. I keep getting this error after my program builds - "sWe got a keyboard without any keys (1)". It seems that sf::Keyboard::isKeyPressed is constantly returning false since none of the keystrokes are being registered. I troubleshooted quite a bit already and updated my privacy settings to allow my application to access my keyboard but I am still having this issue. My application seems to register keystrokes on other operating systems so it seems to either be an issue with the version of Xcode (14.3) or the version of of MacOS I am running(13.2.1). Would love any feedback or possible solutions to this issue!

Thank you

SFML

Do you mean Simple and Fast Multimedia Library ?

If so, you should ask them directly. Could try here: https://www.sfml-dev.org/community.php

Xcode 14.3 - We got a keyboard without any keys (1)
 
 
Q