LLVM Clang compilation of C, C++, and Objective-C fails with the error:’No known class method for selector ‘stringWithCString:encoding:’
When compiling a project that mixes C, C++, and Objective-C with Clang, an error occurs indicating that system functions cannot be found. This might be a module issue. Is this because the compiled Clang does not support modules, or is there another reason? If it’s a problem with Clang, how can I compile Clang to make it work like the Clang that comes with Xcode?