Apple LLVM Compiler 3.1 error clang

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

    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.

提交回复
热议问题