Could not resolve SDK Path for 'macosx'

Hi there, I have trouble setting up MRtrix3.

I have tried installing the latest version of xcode according to Setup error.

Hope someone can help me with this.

Thanks

Hi @Chia-Kang_Chang,

Could you please check that you have the Xcode Command Line Tools installed on your system? Try typing the following line in Terminal:

xcode-select -p

If you don’t see /Applications/Xcode.app/Contents/Developer, then you’ll need to install it, which can be done by:

xcode-select --install

If you do have the Command Line Tools installed but still receive an error at the configuration step, could you copy and paste the full contents of the configure.log file?

Cheers.
Jimmy