Can't get rid of Apple LLVM 5.0 Error

后端 未结 14 987
无人共我
无人共我 2021-02-01 13:40

It keeps saying:

fatal error: file \'/Applications/Xcode5-DP5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/includ

14条回答
  •  梦毁少年i
    2021-02-01 14:16

    my solution,

    in terminal, run command:

    rm -rf /Users/jackiexu/Library/Developer/Xcode/DerivedData/ModuleCache/2MWVPCGUMQ29P
    

    then in xcode, clean then restart xcode and build

提交回复
热议问题