Hello,
Just upgraded XCode to version 10. I tried to compile my project which use both Objective-C and C++ files.
One of the cpp files includes a header file (.h) which has the following line:
#include <new>
Compiler gives this error: 'new' file not found
Why is that? I didn't have this problem with XCode 9.
Thanks,
Kal