mex -setup does not work
조회 수: 1 (최근 30일)
이전 댓글 표시
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?
답변 (1개)
Munish Raj
2019년 2월 26일
pleasy try this command in your terminal
sudo xcode-select -s /Applications/Xcode.app
This should solve the issue.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!