OS X 10.9.2: checking whether the C compiler works… no

前端 未结 8 581
耶瑟儿~
耶瑟儿~ 2020-12-09 02:41

I\'m attempting to install texinfo 5.2, and I\'m running into some issues during ./configure, which I believe are related to the C compiler. When I upgraded fr

8条回答
  •  爱一瞬间的悲伤
    2020-12-09 03:07

    I encountered this while setting up a React Native project. This solution worked.

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

提交回复
热议问题