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