I'm getting “clang: error: no input files”

后端 未结 10 1297
失恋的感觉
失恋的感觉 2020-12-15 15:51

I had a file which I deleted and replaced with another file, somewhere else, of the same name.

Despite cleaning, and trying this multiple times, I keep getting this

10条回答
  •  借酒劲吻你
    2020-12-15 16:20

    I was seeing this while setting up a React Native project. Solved it using:

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

    Source

提交回复
热议问题