首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

如何样把3.x.x版本的XCODE安到IOS 10.7下面

2012-09-09 
怎么样把3.x.x版本的XCODE安到IOS 10.7上面Installing Xcode 3.2.6 On Lion ReduxIn my?last post?I gave

怎么样把3.x.x版本的XCODE安到IOS 10.7上面

Installing Xcode 3.2.6 On Lion Redux

In my?last post?I gave a set of simple steps that allowed one to install Xcode 3.2.6 on Lion. In looking through the isDevToolsCompatible function again, I noticed that it would return true if the COMMAND_LINE_INSTALL environment variable was set no matter what version Mac OS X you are running.

It’s now possible to greatly simplify the installation process:

Mount the Xcode 3.2.6 DMGOpen TerminalEnter the commands:
export COMMAND_LINE_INSTALL=1open "/Volumes/Xcode and iOS SDK/Xcode and iOS SDK.mpkg"

The open command will launch the installer app and allow you to install Xcode 3.2.6 on Lion with no package modifications.

The same caveats as my last post apply. Use at your own risk.

?

http://anatomicwax.tumblr.com/post/8064949186/installing-xcode-3-2-6-on-lion-redux

热点排行