xcode will not run code in debugger properly.
I'm am on a MacBook Pro (Retina, 13-inch, Early 2015) with 2.7 GHz Intel Core i5 and 8 GB 1867 MHz DDR3. I am running Xcode Version 8.3 (8E162). Also, I am a student learning C++ using Xcode.
When running the following code:
#include <iostream>
usingnamespacestd;
int main()
{
cout << "Hello";
}
It will not display Hello or any cout command for that matter. I have tried uninstalling and reinstalling Xcode. I have tried taking it in and out of Developer mode with the Terminal Command DevToolsSecurity -disable (or --enable) And that will not resolve the issue.
This started a week ago when I had to install some package that would not let me use the program unless I installed the update for the debugger. Any ideas would be greatly appreciated.
MacBook Pro with Retina display, macOS Sierra (10.12.4)