Xcode 4.3 是否包含 Quartz Composer?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9344472/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Does Xcode 4.3 include Quartz Composer?
提问by Kangwon Lee
I just installed Xcode 4.3 from the App Store. As I started it first, it asked if I want to delete existing 4.2.
我刚刚从 App Store 安装了 Xcode 4.3。当我第一次开始时,它询问我是否要删除现有的 4.2。
Does 4.3 include Quartz Composer? Where is it located? Or should I say no and keep 4.2 for QC?
4.3 是否包括 Quartz Composer?它位于哪里?还是我应该拒绝并保留 4.2 用于 QC?
回答by smokris
No.
不。
But you can download Quartz Composer separately: http://developer.apple.com/> login with valid developer Id > Mac > View all downloads > Graphics Tools for Xcode.
但是您可以单独下载 Quartz Composer:http: //developer.apple.com/> 使用有效的开发人员 ID 登录 > Mac > 查看所有下载 > Xcode 图形工具。
回答by nevan king
Slightly faster instructions:
稍微快一点的说明:
- Visit https://developer.apple.com/downloads/index.action?name=Graphics
- Log in
- Download the "Graphics Tools for Xcode" DMG
- 访问https://developer.apple.com/downloads/index.action?name=Graphics
- 登录
- 下载“Xcode 图形工具”DMG
回答by Jordan
This has changed. Open XCode. In the top menu go to XCode > Open Developer Tools > More Developer Tools > and then download the "Graphics Tools for Xcode"
这已经改变了。打开 XCode。在顶部菜单中转到 XCode > Open Developer Tools > More Developer Tools > 然后下载“Graphics Tools for Xcode”
回答by Caleb
I don't know if it does or not, but you can always install 4.3 alongside 4.2. Just choose to install it in a different directory (I usually name my extra installations using the version of Xcode, like "Developer 4.3"). So you can go ahead with the installation and check for Quartz Composer. If you decide to use Xcode 4.3, just remove your existing "Developer" folder and rename your "Developer 4.3" folder to "Developer".
我不知道它是否可以,但是您始终可以将 4.3 与 4.2 一起安装。只需选择将其安装在不同的目录中(我通常使用 Xcode 版本命名我的额外安装,例如“Developer 4.3”)。因此,您可以继续安装并检查 Quartz Composer。如果您决定使用 Xcode 4.3,只需删除现有的“Developer”文件夹并将“Developer 4.3”文件夹重命名为“Developer”。
回答by D.A.H
Quartz Composer is part of Graphics Tools, which you can easily download from Apple Developer website :) Some tools are now available as separate downloads since Xcode 4.
Quartz Composer 是Graphics Tools 的一部分,您可以从 Apple Developer 网站轻松下载 :) 自 Xcode 4 起,某些工具现在可以单独下载。
Please note that Quartz frameworksand Quarts Composer Vieware already available on Xcode 4, so you can embed Quartz compositions without a problem into Xcode app. If you want create Quartz compositions, just download the latest Graphics Toolspack from Apple Dev Download site.
请注意,Quartz 框架和Quarts Composer View已经在 Xcode 4 上可用,因此您可以毫无问题地将 Quartz 组合嵌入到 Xcode 应用程序中。如果您想创建 Quartz 作品,只需从 Apple Dev Download 站点下载最新的图形工具包。