how to compile old C file in 64-bit api

1 view (last 30 days)
Nisha Mohd Rafiq
Nisha Mohd Rafiq on 17 May 2020
Commented: Rashed Mohammed on 26 May 2020
I receive this error when compiling C file in Matlab:
Building with 'Xcode with Clang'.
Error using mex
xcodebuild: error: SDK "macosx10.15.4" cannot be located.
xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
-sdk macosx10.15.4 -find clang 2> /dev/null' failed with exit code 16384: (null)
(errno=No such file or directory)
xcrun: error: unable to find utility "clang", not a developer tool or in PATH

Answers (1)

Rashed Mohammed
Rashed Mohammed on 20 May 2020
Hi Nisha,
It seems like you do not have Xcode Command Line Tools installed which is necessary to have clang, macOS SDK and other toolchain related commands to be used. Please follow the official Apple Documentation or the link provided by Walter to install them. Later you can use the below link, if you have issues with 64bit API
Hope this helps!
  2 Comments
Nisha Mohd Rafiq
Nisha Mohd Rafiq on 20 May 2020
I have installed it, I still receive the same error...
Rashed Mohammed
Rashed Mohammed on 26 May 2020
Hi Nisha,
There is a bug report reported regarding this issue https://www.mathworks.com/support/bugreports/details/2208336. Can you try the Workaround mentioned and see if it solves the issue.

Sign in to comment.

Categories

Find more on Troubleshooting in MATLAB Compiler SDK in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!