You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
posts/macOS_dev_config/
Xcode iOS/macOS App 开发必备,最新版本可从 App Store 下载,历史版本在 开发者中心 下载 如果不是开发 iOS/macOS App 就没有必要安装 Xcode,但需要安装 Xcode 命令行工具,因为很多环境和软件都会使用到和依赖它 使用 1 2 3 4 5 6 // 打出当前系统使用的默认 Xcode xcode-select --print-path // Xcode 多版本切换 sudo xcode-select -switch /Applications/Xcode8.3/Xcode.app/Contents/Developer // 仅安装 Xcode 命令行工具 xcode-select --install
https://bitnpc.github.io/posts/macOS_dev_config/
Beta Was this translation helpful? Give feedback.
All reactions