Hey, I'm trying to compile a project that contains ObjC++ and C++ files. The problem is that GCC is compiling the files as C/ObjC. The build log had this flag
I know that is the problem, but I don't know how to change it (or where). I've looked in the project build settings and the target build settings, but I don't see that flag anywhere... Does anyone have any suggestions to fix this?
Thanks,
Jedd
Btw, I can upload the project if needed.
Code:
-x objective-c
Thanks,
Jedd
Btw, I can upload the project if needed.