mex -setup does not work
Mostrar comentarios más antiguos
I was trying to setup mex in 2018b on mac. However I got the following
>> mex -v -setup
Verbose mode is on.
... Looking for compiler 'Xcode with Clang' ...
... Looking for environment variable 'DEVELOPER_DIR' ...No.
... Executing command 'xcode-select -print-path' ...Not enough input arguments.
Does any one know how to deal with this?
2 comentarios
Jan
el 20 de Feb. de 2019
Did you install Xcode already?
Mingxi Liu
el 20 de Feb. de 2019
Respuestas (1)
Munish Raj
el 26 de Feb. de 2019
pleasy try this command in your terminal
sudo xcode-select -s /Applications/Xcode.app
This should solve the issue.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!