From 6e329e873a806165f18d6436a847415ae26c6942 Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Tue, 4 Jul 2023 11:27:31 +0800 Subject: [PATCH] vault backup: 2023-07-04 11:27:31 --- 07-Other/MAC/安装Mac UE开发环境.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/07-Other/MAC/安装Mac UE开发环境.md b/07-Other/MAC/安装Mac UE开发环境.md index a9df3f2..1327417 100644 --- a/07-Other/MAC/安装Mac UE开发环境.md +++ b/07-Other/MAC/安装Mac UE开发环境.md @@ -31,4 +31,14 @@ source ~/.bash_profile 若是 zsh,则执行: ```bash echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.zshrc -source ~/.zshrc \ No newline at end of file +source ~/.zshrc +``` + + +## macOS开发环境 +https://ue5wiki.com/wiki/2329190d/ + +确认安装Xcode之后执行 +```bash +sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms /Library/Developer/CommandLineTools/Platforms +``` \ No newline at end of file