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
  • 相关阅读:
    最大流基础
    转一篇写期望的日志
    poj3267The Cow Lexicon(dp)
    poj3026Borg Maze(bfs+MST)
    poj2226Muddy Fields(二分图的最小点覆盖)
    poj1035Spell checker(字符串模拟)
    poj1422Air Raid(最小路径覆盖)
    poj3020Antenna Placement(最小路径覆盖)
    [JSOI2009]火星藏宝图
    [SHOI2007]书柜的尺寸
  • 原文地址:https://www.cnblogs.com/xilifeng/p/4867955.html
Copyright © 2011-2022 走看看