So I was using the Xcode 27 beta to do c++ coding. But when I was running the code I cannot type anything in the console. Why does this happen?
Xcode c++ running
It's a beta?
Never use the comments feature. You're replies are hidden.
That was a rhetorical question. The purpose of the beta builds is for you to test Apple's software for them. If you find a bug, submit a feedback report.
The betas can also be used to identify changes to APIs and/or OS versions that might break your apps. You can then add some workarounds for the new OS versions.
But you're obviously not going to be shipping anything with standard input. Just file a bug report and maybe Apple will fix it. In the interim, you'll have to run this app using Terminal. There might be some hidden, ancient method to debug a process actually running in Terminal. I think there once was such a feature, but maybe it's gone since the Xcode console redesign.
I suppose you can always just debug an arbitrary process that you're running via Terminal.
FYI, this is a known regression in Xcode 27 beta (r. 181024563). I don’t have any info to share as to when the fix will land.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"