Apple LLVM Compiler 3.1 error clang

前端 未结 9 2126
长发绾君心
长发绾君心 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:29

    I had this issue with an unchanged project which had built fine before. The issue turned out to be the RAM Disk that I was using for XCode intermediate files being full!

    XCode was reporting this and other issues which were solved by deleting older intermediate files.

提交回复
热议问题