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

前端 未结 6 1440
失恋的感觉
失恋的感觉 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:35

    I was seeing this error while setting up a React Native project. Here is what worked for me.

    sudo xcode-select --switch /Applications/Xcode.app
    

提交回复
热议问题