Apple LLVM Compiler 3.1 error clang

前端 未结 9 2149
长发绾君心
长发绾君心 2020-12-08 05:19

I\'m trying to make an archive (ipa) for my iOS (iPhone) app but I\'m receiving a strange error:

Apple LLVM Compiler 3.1 error clang: error: no such file or          


        
9条回答
  •  不思量自难忘°
    2020-12-08 05:50

    For me I was referencing a PCH that didn't exist, just search for 'pch' in your build settings and make sure any .pch files being referenced actually exist at that location, if not, update

提交回复
热议问题