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
  • 相关阅读:
    【bzoj2733】永无乡(无旋treap启发式合并 + 并查集)
    【bzoj2002】弹飞绵羊(分块)
    【bzoj2724】蒲公英(分块)
    【最大M子段和】dp + 滚动数组
    【最大连续子段和】单调队列 + 前缀和优化
    【广告印刷】单调队列
    【烽火传递】dp + 单调队列优化
    【志愿者选拔】单调队列、输入优化
    【Sliding Window】单调队列
    【序列操作V】平衡树(无旋treap)
  • 原文地址:https://www.cnblogs.com/xilifeng/p/4867955.html
Copyright © 2011-2022 走看看