I have installed version 9.2.0 of gcc from the homebrew package on OS X Catalina 10.15.3
I am trying to run the C11 language on XCode as it is part of my C language coding class. The C99 language doesn't run the functions like rand() that we are using regularly.
After many trying hours, I am still unable to figure out how to actually build code using the C11 editor* on my Xcode IDE. I have a feeling it might have something to do with setting the framework or creating an SDK, but I'm not sure how to do this.
I may be using the wrong terms here. It might be that I'm actually unable to compile on Xcode and I have to use the terminal? Please feel free to correct the misuse of terms I am completely new to programming and I'd appreciate learning the correct way. Cheers! X