zoukankan      html  css  js  c++  java
  • 老项目Xcode5.1编译器错误

    老项目编译器错误

    老项目Xcode5.x编译器错误

    问题

    Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'armv7'

    Check dependencies

    Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'armv7'

    Unable to determine concrete GCC compiler for file /Users/xxxl/main.m of type sourcecode.c.objc.

    解决方法:

    Change your compiler for C/C++/ObjectiveC Go to Build Settings->Build OPtions->compiler for C/C++/ObjectiveC; select Default(Apple LLVM5.0)

    参考资料

    undefined
  • 相关阅读:
    CMDB
    Linux文档编辑
    Linux文件管理
    Scrapy框架全
    爬虫基础
    C#中的泛型-1
    网络协议
    PDF抽取文字 C# with Adobe API
    PDF转图片 C# with Adobe API
    浅谈Exchange 2013开发-如何操作邮件的附件
  • 原文地址:https://www.cnblogs.com/xilifeng/p/4867955.html
Copyright © 2011-2022 走看看