i can’t type into my xcode console #cplusplus

Does anyone know what’s going on? #cplusplus
4 Replies
Gabecompsci
GabecompsciOP17mo ago
Thank you mr bot
Hans
Hans17mo ago
In xcode, you can't type anything into the console.
Gabecompsci
GabecompsciOP17mo ago
RD
RD16mo ago
You can turn input on (it should be on by default though) or make your app run in proper "smart" terminal (instead of xcode console) by adjusting your scheme name of your project on the top -> edit scheme -> options : console (at the bottom) It also might be the case you're not requesting an input the correct way. If the solution above didn't work, it would help to see some code

Did you find this page helpful?