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

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

    Another possibility: double check how the file in question is added to the xcode project. In my case, the file was set to "relative to group" instead of "relative to this project" and it was causing this error.

提交回复
热议问题