I am working on a c++ project using Xcode and it has users involvement using Input from them. When I click after opening my xcode project for the first time, everything is fine (user can put input using the console at the bottom) but if I click again, I cannot type anything in the console (when I click on random buttons on the keyboard, nothing is shown on the console, just the blinking cursor)
Any help would be appreciated.
EDIT: I even made another simple program (using cin to read a string and cout to output that) to check if the problem is my program; but in this case, the problem still persists! So, I am thinking its possibly an Xcode bug for everyone?? ( I am using Xcode 10.1)