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
After building the toolchain using Ninja, I'm trying to create Xcode projects for LLVM and Swift with as according to the Using ninja with Xcode guide, but the command is failing.
I'm getting a couple of errors all similar to
CMake Error in SwiftCompilerSources/CMakeLists.txt:
The custom command generating
/Users/danielfalbo/Developer/swift-project/build/Xcode-DebugAssert/swift-macosx-arm64/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/lib/swift/macosx/x86_64/libcxxshim.modulemap
is attached to multiple targets:
lib-swift-macosx-x86_64-libcxxshim.modulemap
lib-swift-macosx-arm64-libcxxshim.modulemap
but none of these is a common dependency of the other(s). This is not
allowed by the Xcode "new build system".
The text was updated successfully, but these errors were encountered:
danielfalbo
added
the
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
label
Jul 13, 2022
danielfalbo
changed the title
[Xcode Build] CMake Error: The custom command generating [...] is attached to multiple targets but none of these is a common dependency of the other(s)
Can't generate Xcode project
Jul 14, 2022
Describe the bug
After building the toolchain using Ninja, I'm trying to create Xcode projects for LLVM and Swift with as according to the Using ninja with Xcode guide, but the command is failing.
I'm getting a couple of errors all similar to
Steps To Reproduce
Just run
Expected behavior
Build succeeding.
Environment (please fill out the following information)
Additional context
Full output: xcodeOutput.txt
Hashes: hashes.txt
The text was updated successfully, but these errors were encountered: