xcrun: error: SDK "macosx10.13.4" cannot be located

I wanna run a C++ file 'mexCoarseGrainGamma.cpp', but there is a error, such like,
>> mex mexCoarseGrainGamma.cpp
Building with 'Xcode Clang++'.
xcrun: error: SDK "macosx10.13.4" cannot be located
xcrun: error: SDK "macosx10.13.4" cannot be located
xcrun: error: SDK "macosx10.13.4" cannot be located
xcrun: error: SDK "macosx10.13.4" cannot be located
xcrun: error: SDK "macosx10.13.4" cannot be located
MEX completed successfully.
Do anyone know what is the problem? And how to fix it? Thank you in advance.

 Respuesta aceptada

This suggests that the Xcode compiler is not being found. Its probably because of an out of date options file. This might help :
If not, what is the output of running the following command in MATLAB?
mex -v -setup

3 comentarios

Wang Yankai
Wang Yankai el 20 de Jul. de 2018
Thank you so much! I changed the compile path of Matlab to Xcode, then it worked. Maybe it could work also, thank you anyway!
Wang Yankai
Wang Yankai el 9 de Ag. de 2018
Yes, you're right, I just did like this.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Troubleshooting in MATLAB Compiler SDK en Centro de ayuda y File Exchange.

Productos

Versión

R2018a

Preguntada:

el 17 de Jul. de 2018

Comentada:

el 9 de Ag. de 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by