mex -setup does not work
3 ビュー (過去 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?
2 件のコメント
回答 (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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!