Setting up the workspace and project as described in Getting started guide I'm getting the following build error (gist):
clang: error: no such file or directory: '/Users/matthewcheok/Documents/Projects/swift-project/build/Xcode-MinSizeRelAssert/llvm-macosx-arm64/Debug/lib/libLLVMSupport.a'
clang: error: no such file or directory: '/Users/matthewcheok/Documents/Projects/swift-project/build/Xcode-MinSizeRelAssert/llvm-macosx-arm64/Debug/lib/libLLVMDemangle.a'
If I were to instead run the build via command line such as:
build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64 $ ninja bin/swift-frontend
That works without any errors. Is there something wrong with how i'm configuring Xcode?