Project ERROR: Cannot run compiler '/Applications/Xcode 8.3.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++'. Maybe you forgot to setup the environment?
Unsolved
Mobile and Embedded
-
@hskoglund
Ok, so its a build yourself version still :) -
@hskoglund
hehe and thats the "Original plan" so might go a bit over :) -
@hskoglund Hi, we try to replace with
darwin {
uikit:macx-xcode:
cxx_flags += -isysroot $$sdk_path_device.value
else:
cxx_flags += -isysroot $$QMAKE_MAC_SDK_PATH
}& create a new project, & also restart several time, but still there is same error.
-
What happens if you run
/Applications/Xcode 8.3.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
in a terminal window ? -
I Resolved the problem with Xcode 14.2 only by removing
space
from XCode path."Xcode 14.2" renamed to "Xcode-14.2".