i can’t type into my xcode console #cplusplus

Does anyone know what’s going on? #cplusplus
4 Replies
Gabecompsci
GabecompsciOP13mo ago
Thank you mr bot
Hans
Hans13mo ago
In xcode, you can't type anything into the console.
Gabecompsci
GabecompsciOP13mo ago
RD
RD12mo 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?