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
I got similar error, it seems there have many solutions to fix it, maybe.
Project Setting -> Building Setting -> Apple LLVM compile 3.1 - Launguage -> Objective-C Automatic Reference Counting. The default value is YES, modify it to NO.
My Xcode version is 4.3.2.
Hope this could help you and all the reader.