Xcode install on OSX 10.9 - clang: error: no input files

前端 未结 6 1429
失恋的感觉
失恋的感觉 2021-01-04 01:39

I\'m in the process of installing XCode Command Line Tools onto OSX 10.9 Mavericks

I did a successful install XCode:

$ xcode-select -p 
/Library/Deve         


        
6条回答
  •  春和景丽
    2021-01-04 02:23

    Try gcc -v. I am on a Mac (Mavericks) and that worked for me. It will tell you which version you are using (and you will know it is installed).

提交回复
热议问题