zoukankan      html  css  js  c++  java
  • .iOS APP Project or Mac APP Project编译错误提示: My Mac 64bit is not valid for Running the scheme

    1. iOS APP Project or  Mac APP Project编译错误提示:
    “The run destination My Mac 64-bit is not valid for Running the scheme '***'.
    The scheme '***' contains no buildables that can be built for the SDKs supported by the run destination My Mac 64-bit. Make sure your targets all specify SDKs that are supported by this version of Xcode.“

    2.  问题原因:
    工程设定的SDK Version和PC上安装的Xcode对应的Mac or iOS SDK Version不一致。

    3. 解决办法:
    Solution,to change the Base SDK Version:
    1) Click on the project icon in the left hand panel.
    2) In the right hand panel that appears, select Build Settings » all.
    3) You'll see the option to change the "Base SDK". Architectures » Base SDK.
    4) change Base SDK option to your project corresponding SDK version, OS X SDKs or iOS SDKs.  eg: OS X 10.8 or iOS 6.0.

    project---->target--->Build Settings-->Base SDK--> 选择对应sdk, osx或是ios

  • 相关阅读:
    14:求满足条件的3位数
    1696:逆波兰表达式
    筛法求素数 6分
    1751:分解因数
    1750:全排列
    1788:Pell数列
    666:放苹果
    06:寻宝
    04:最匹配的矩阵
    雷电
  • 原文地址:https://www.cnblogs.com/cocoajin/p/3116118.html
Copyright © 2011-2022 走看看