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
  • 相关阅读:
    一行CSS解决DateChooser 的折行问题
    不再为DataGrid生成的表格的单无格中的内容过长、自动折行、表格撑开等问题而烦恼一个很久以前的做品
    SQL Server中也用格式字符串定制日期转换为字符串
    Cache总义
    Cookie 支持二级域名和FormsAuthentication 加强版
    CommunityServer 2.0 RTM时间是:20060217 Scott Watermasysk今天中午
    不知谁给我留的言,要招DNN 程序员,会这个的朋友可以看看
    "#RRGGBB"与Color类型的转换 补充
    DateChooser源码DateTimeStringEditor.cs
    I had no sooner finished eating than went to toilet.
  • 原文地址:https://www.cnblogs.com/xilifeng/p/4867955.html
Copyright © 2011-2022 走看看