Is C no longer supported in XCode? (As of, at least, version 8.3.2.)

Unless I'm missing something, it appears that 8.3.2 suports only Swift and Objective-C.
Can anyone confirm that there's no support for C?


Thanks, James.

Replies

The compiler that supports Obj-C (clang) handles C, Obj-C, C++ and Obj-C++. It "autosenses" the language variant based on the extension of the source code file (.c, .m, .cpp, .mm) respectively.

C as QM notes is still supported - speak up if you need help creating a project for it, etc.