macOS 'wchar.h' File Not Found

前端 未结 7 1437
故里飘歌
故里飘歌 2020-11-28 05:15

Under OS X 10.9.5 using XCode 6.0.1 I am running into the following issue when I try to run make from the terminal:

fatal error: \'wchar.h\' fil         


        
7条回答
  •  [愿得一人]
    2020-11-28 05:47

    Make sure, you update all symbols files which have references to the wchar after updating xcode. For me full cleaning build directory has worked

提交回复
热议问题