zoukankan      html  css  js  c++  java
  • 在Xcode中安装低版本的SDK和模拟器

    以xcode4.6为例:前提安装了xcode 4.6 并且交xcode.app复制到应用程序目录下
    下载之前版本的dmg安装包,然后双击dmg  右键Xcode.app “显示包内容” 然后:
    Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs  将此目录下的对应版本文件夹拷贝到
    现在xcode4.6 的对应目录中: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs 

    simulator 安装

     

     

    5.切换到桌面 finder --->前往-->文件夹输入 /Volums/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs

    6.复制 iPhoneSimulator5.1.sdk文件夹到如下目录

        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs


    7.在Finder中推出Xcode卷

    8.然后重新启动 xcode 4.6

        会提示安装一个兼容旧版本插件.

    9.重新启动后就可以在新建工程-->builder setting中 base sdk看到 ios 5.1

    10.模拟器也会多出两个 iphone 5.1 ipad 5.1


  • 相关阅读:

    快排
    排序算法
    运算符
    二叉树
    递归
    队列
    栈(没写完)
    绘制双坐标轴的图形3-不同的plot类型
    绘制双坐标轴的图形2-不同的plot类型
  • 原文地址:https://www.cnblogs.com/cnsec/p/11515826.html
Copyright © 2011-2022 走看看