Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UE4] macOS 从源码编译遇到 SDK not found 问题 #19

Open
yangruihan opened this issue Nov 19, 2020 · 0 comments
Open

[UE4] macOS 从源码编译遇到 SDK not found 问题 #19

yangruihan opened this issue Nov 19, 2020 · 0 comments

Comments

@yangruihan
Copy link
Owner

macOS 从源码编译遇到 SDK not found 问题

问题描述

执行引擎代码库./GenerateProjectFiles.sh脚本

遇到如下错误:

The domain/default pair of (com.epicgames.ue4, MonoAOT) does not exist
Triggered an exception while looking for SDK directory in Xcode.app
System.IO.DirectoryNotFoundException: Could not find a part of the path '/Library/Developer/CommandLineTools/Platforms/MacOSX.platform/Developer/SDKs'.

查看确实不存在该目录

解决方案

执行如下命令

sudo xcode-select -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant