Root shows warning in macOS Mojave 10.14.6

Dear Experts,
I am using root “6.14/08” but after upgraded to macOS Mojave 10.14.6
Now I see one warning
warning: no such sysroot directory: ‘/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk’

I have checked that file is not exists
$ ls /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
DriverKit19.0.sdk MacOSX.sdk MacOSX10.15.sdk

Is this going to affect anything? Or I just forgot about this warning.

Thank you,
Gouranga

ROOT uses headers from the system, and when you updated MacOS, the headers ROOT was using were updated, therefore the warning you see. You probably need to reinstall the SDK for 10.14 to make
the warning go away, or download ROOT compiled for Mac OSX 10.15.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.