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
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