Return to site

Xcode For Mac Os X Mavericks

broken image


Hi Guys,

I have personally experienced the very problem of installing Xcode 6 on OS X 10.9.3 where I have been asked to upgrade my OS X from 10.9.3 version to install latest Xcode 6.0. – ldindu Nov 22 '14 at 12:38. ‎Xcode includes everything developers need to create great applications for Mac, iPhone, iPad, Apple TV, and Apple Watch. Xcode provides developers a unified workflow for user interface design, coding, testing, and debugging. The Xcode IDE combined with the Swift programming language make developing. The final XCode 6 has released and is available in the App Store. (to be precise, I'm talking about Version 6.0.1 (6A317)). I was surprised to see that (in contrast to XCode 6 beta) it does support Swift only for iOS! (Look at this screenshot, this is what I see when trying to create a Swift playground; also, Swift can be choosed as a language for iOS project, but not for OS X project).

I have been using mac book pro from the past two years.


my version of OS(operating system) would be OS X 10.9.5 (13F1712) .As of part of enhancing my knowledge on IOS development .I tried installing the XCODE app from apple store, but that went unsuccessful as it was throwing an dialog box with the error message as below:


Xcode can't be installed on 'Macintosh HD' because OS X version 10.11 or later is required.


So I started upgrading my os to the version (EL Capitan), which is the latest I guess.But even that process of upgrading went on for about 4 hours and failed.


Now my problem would be with installation of application Xcode on my MAC.


is there any other way, I can achieve that?


Please help me.

MacBook Pro, OS X Mavericks (10.9.5)

Posted on

by Daniel Kehoe

Last updated 28 December 2013

How to install Apple Xcode Command Line Tools for Mac OS X 10.9 Mavericks.

Xcode is a large suite of software development tools and libraries from Apple. The Xcode Command Line Tools are part of XCode. Installation of many common Unix-based tools requires the GCC compiler.
The Xcode Command Line Tools include a GCC compiler. This article shows how to install Xcode Command Line Tools to use the GCC compiler and more.

Installing Ruby on Rails

Mac

If you are setting up your computer for developing web applications with Ruby on Rails, see this article for complete instructions:

If You Are New to Rails

If you're new to Rails, see What is Ruby on Rails?, the book Learn
Ruby on Rails, and recommendations for a Rails tutorial.

What is the RailsApps Project?

This is an article from the RailsApps project. The RailsApps project provides example applications that developers use as starter
apps. Hundreds of developers use the apps, report problems as they arise, and propose solutions. Rails changes frequently; each application is known to work and serves as your personal 'reference implementation.' Each application is accompanied by a tutorial
so there is no mystery code. Support for the project comes from subscribers. Please accept our invitation to join the RailsApps project.

Mac OS X Mavericks

To install the newest Xcode Command Line Tools, you'll need the latest version of Mac OS X. If you've owned your Mac for several years and haven't updated Mac OS X, be prepared to spend several hours updating the operating system.

See Apple's instructions How to upgrade to OS X Mavericks. You can install Mac OS X 10.9 (Mavericks) from the Mac
App Store for free. Allow plenty of time for the download and installation (it may take several hours).

Xcode

If You Updated to Mac OS X Mavericks

Xcode

If you are setting up your computer for developing web applications with Ruby on Rails, see this article for complete instructions:

If You Are New to Rails

If you're new to Rails, see What is Ruby on Rails?, the book Learn
Ruby on Rails, and recommendations for a Rails tutorial.

What is the RailsApps Project?

This is an article from the RailsApps project. The RailsApps project provides example applications that developers use as starter
apps. Hundreds of developers use the apps, report problems as they arise, and propose solutions. Rails changes frequently; each application is known to work and serves as your personal 'reference implementation.' Each application is accompanied by a tutorial
so there is no mystery code. Support for the project comes from subscribers. Please accept our invitation to join the RailsApps project.

Mac OS X Mavericks

To install the newest Xcode Command Line Tools, you'll need the latest version of Mac OS X. If you've owned your Mac for several years and haven't updated Mac OS X, be prepared to spend several hours updating the operating system.

See Apple's instructions How to upgrade to OS X Mavericks. You can install Mac OS X 10.9 (Mavericks) from the Mac
App Store for free. Allow plenty of time for the download and installation (it may take several hours).

If You Updated to Mac OS X Mavericks

If you updated to Mavericks from an earlier version of Mac OS X, and you previously installed Xcode Command Line Tools, you will need to install the new version of Xcode Command Line Tools as described here.

If you previously installed the full Xcode package, you will need to update Xcode to the newest version (Xcode 5.01 or newer). After updating Xcode, launch and run the Xcode application and accept the Apple license terms.

Terminal Application

The Terminal application or console gives us access to the Unix command
line, or shell. We call the command line the shell because it is the outer layer of the operating system's internal mechanisms (which we call the kernel).

Find the Mac OS X Terminal application by using the Command-Spacebar combination and searching for 'Terminal.' It's in theApplications/Utilities/ folder.

Try out the terminal application by entering a shell command:

Don't type the $ character.
The $ character
is a cue that you should enter a shell command. This is a longtime convention that indicates you should enter a command in the terminal application. The Unix shell command whoami returns
your username.

To learn more about Unix shell commands, read The Command Line Crash Course.

Is Xcode Already Installed?

You don't need the full Xcode package to get the Xcode Command Line Tools. You only need the full Xcode package if you are doing development of applications for the Apple operating systems. However, you may have previously installed the full Xcode package.

Check if the full Xcode package is already installed:

If you see:

Install Xcode Mac Os

the full Xcode package is already installed.

You will need to update Xcode to the newest version (Xcode 5.01 or newer). Go to the App Store application and check 'Updates.' After updating Xcode, be sure to launch the Xcode application and accept the Apple license terms.

If you intend to install Ruby using RVM, and you see a file location that contains spaces in the path:

you must delete Xcode. RVM cannot accommodate spaces in a path so RVM will
fail when you attempt to install Ruby. You can either install only the Xcode Command Line Tools (instructions below) or reinstall the full Xcode package.

Install Xcode Command Line Tools

Mac OS X Mavericks will alert you when you enter a command in the terminal that requires Xcode Command Line Tools. For example, you can enter gcc or make.

Try it. Enter:

You'll see an alert box:

Click 'Install' to download and install Xcode Command Line Tools.

Xcode Mac Os Requirements

The instructions in the alert box are confusing. You don't need to 'Get Xcode' from the App Store. Just click 'Install' for the Xcode Command Line Tools.

Verify that you've successfully installed Xcode Command Line Tools:

Just to be certain, verify that gcc is
installed:

On earlier versions of Mac OS X, it was more difficult to install Xcode Command Line Tools. It required a huge download of the full Xcode package from the Mac App Store or registration as an Apple developer for a smaller Command Line Tools package. Mac OS X
Mavericks makes installation of Xcode Command Line Tools much simpler.

Alternatives

The OSX GCC Installer is an open source
project to provide the GCC compiler and related tools. In a recent blog post, Xcode, GCC,
and Homebrew, the project maintainer recommends installing the Xcode Command Line Tools because the open source project is unable to duplicate the complete Apple package (notably, the Node software project isn't supported).

Start Coding!

With the GCC compiler installed, you can install any Unix system tools you need for software development.

To install Rails, see the article Install Ruby on Rails – Mac OS X.

Mac Os Xcode

Want to learn Ruby on Rails? See What is Ruby on Rails?, the book Learn
Ruby on Rails, and recommendations for a Rails tutorial.

Credits

Xcode For Mac Os X Mavericks 10 9 Download

Daniel Kehoe wrote the article.

转载自:http://railsapps.github.io/xcode-command-line-tools.html

Xcode Command Line Tools for Mac OS X 10.9 Mavericks的更多相关文章

  1. Mac appium.dmg. Xcode Command Line Tools

    You need to install the command line tools as marked in your message: ✖ Xcode Command Line Tools are ...

  2. appium----【已解决】【Mac】环境配置提示'Xcode Command Line Tools are NOT installed!"

    报错问题提示截图如下: 报错原因 :根据给出的信息很明显可以看到是'Xcode Command Line Tools'此工具没有安装 解决措施: 打开终端直接执行:xcode-se ...

  3. Xcode command line tools

    1.Xcode command line tools 安装 如果你不是一名 iOS 或 OS X 开发者,可以跳过安装 XCode 的过程,直接安装 Xcode command line tools. ...

  4. Mac OS X 10.9 Mavericks安装后,Xcode调试时模拟器黑屏的处理方法

    请耐心的等下去吧,少年! 装了Mac OS X 10.9 Mavericks的同学,如果碰到Xcode调试App时,模拟器黑屏(重置也无效),请耐心的等下去吧,大约10来分钟左右黑屏就会消失,App启 ...

  5. vmware 安装 Mac OS X 10.9 Mavericks

    This guide shows how to install fresh OS X 10.9 Mavericks on VMware workstation with Windows 7 or Wi ...

  6. Mac OS X 10.9 Mavericks 无法启动 WebStorm(PhpStorm)

    手滑把Mac的系统升到了10.9,结果机子上的PhpStorm6.0启动不了. 十分天真的重装了一次PhpStorm,问题依然没有修复. 开始怨念苹果的这次升级,毕竟以往的升级都是无缝的,升级OS就应 ...

  7. Mac OS X 10.9 Mavericks 修改root密码

    Mac10.9忘记密码后有两种方式可以进去: 代码如下 复制代码 1.sudo passwd 重新输入密码即可,此方法修改了root的密码 代码如下 复制代码 2.sudo bash 输入当前用户 ...

  8. 怎样安装Command Line Tools in OS x Mavericks&Yosemite(Without xcode)--转载

    How to Install Command Line Tools in OS X Mavericks & Yosemite (Without Xcode) Mac users who pre ...

  9. Xcode 8.X Command Line Tools

    Summary Step 1. Upgrade Your System to macOS Sierra Step 2. Open the Terminal Application Step 3. Is ...

随机推荐

  1. CozyRSS开发记录10-RSS源管理

    CozyRSS开发记录10-RSS源管理 1.RSS源树结构 做解析体力活很多,把RSS解析的优化先放放,先玩一玩RSS源的管理. 虽然在初步的设计中,RSS源是以一个列表的方式来展示,但是,我觉得如 ...

  2. Unity3D研究院之Prefab里面的Prefab关联问题

    最近在做UI部分中遇到了这样的问题,就是Prefab里面预制了Prefab.可是在Unity里面一旦Prefab预制了Prefab那么内部的Prefab就失去关联.导致与如果要改内部的Prefab需要 ...

  3. spark mllib 之线性回归

    public static void main(String[] args) { SparkConf sparkConf = new SparkConf() .setAppName('Reg ...

  4. C语言指针类型 强制转换

    关于C语言指针类型 强制转换 引用一篇文章: C语言中,任何一个变量都必须占有一个地址,而这个地址空间内的0-1代码就是这个变量的值.不同的数据类型占有的空间大小不一,但是他们都必须有个地址,而这个 ...

  5. Spring MVC 时间字符串 @PathVariable获取

    @PathVariable('date') @DateTimeFormat(pattern='yyyy-MM-dd') Date date

  6. win32 调用多媒体函数PlaySound()

    必须引入此头文件 #include #pragma comment(lib, 'WINMM.LIB') /*------------------ ...

  7. [分 享] PHPCMS V9 更换域名,附件地址无法批更新(更换变便)问题>解决方法!!

    大家应该都有在域名更换(比如说,从本地上传到空间)的情况下,用内容>附件管理>附件地址替换 功能. 基本上替换不了所有表中原来域名的地址. 现PHPCMS V9最新版本的依旧存在些问题. ...

  8. Nginx监控-Nginx+Telegraf+Influxb+Grafana

    搭建了Nginx集群后,需要继续深入研究的就是日常Nginx监控. Nginx如何监控?相信百度就可以找到:nginx-status 通过Nginx-status,实时获取到Nginx监控数据后,如何 ...

  9. (一)《Maven实战》读书笔记 —— Maven简介

    第一章:Maven简介 一.何为Maven? Maven这个词可以翻译为'知识的积累',本书将介绍Maven这一跨平台的项目管理工具.作为Apache组织中的一个个颇为成功的开源项 ...

  10. Echarts 柱状图配置详解

    1.基本柱状图 // 指定图表的配置项和数据 var option = { // ---- 标题 ----- title: { text: '主标题', textStyle: { color: 're ...





broken image