是否可以在没有 IOS SDK 的情况下安装 xcode macOS sdk?
我正在公共 mac 计算机上使用 xcode。奇怪的是,当我尝试安装需要 IOS SDK 的phonegap 时,却什么也没出现。我以为 xcode 安装总是附带 macOS SDK 和 IOS sdk?
这是雪豹的,这是怎么回事?
I am working with xcode on a public mac computer. Strangely when I try to install phonegap, which requires the IOS SDK, it comes up with nothing. I thought that xcode installations always came with both the macOS SDK and the IOS sdk?
this is for snow leopard, what is going on here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以只安装 Mac 开发工具,但您可以从 Xcode 中下载 iOS SDK:
只需转到 Xcode >首选项>下载并在“组件”选项卡中查看已安装的内容。如果未安装 iOS 模拟器和调试支持,您只需下载它们即可。
如果找不到这些选项,请在 Xcode > 中检查 Xcode 的版本。关于 Xcode。如果它少于 4,您可能需要下载最新版本并重新安装。
Yeah, it's possible to only install the Mac dev tools, but you can download the iOS SDK from within Xcode:
Just go to Xcode > Preferences > Downloads and look in the Components tab to see what's installed. If the iOS simulator and debugging support aren't installed you can just download them.
If you can't find those options, check the version of Xcode in Xcode > About Xcode. If it's less than 4 you'll probably want to download the latest and reinstall it anyway.