Carthage bootstrap or Archive the Nimble-macOS scheme for Apple Silicon, Intel
Carthage and Archiving to complete successfully
Build Failure
uplicate symbol '_NDR_record' in:
/Users/adamtharani/Library/Developer/Xcode/DerivedData/Nimble-axqdeefwusmvxqglfhxhyotpbetj/Build/Intermediates.noindex/ArchiveIntermediates/Nimble-macOS/IntermediateBuildFilesPath/Nimble.build/Release/Nimble-macOS.build/Objects-normal/x86_64/CwlDarwinDefinitions.o
/Users/adamtharani/Library/Developer/Xcode/DerivedData/Nimble-axqdeefwusmvxqglfhxhyotpbetj/Build/Intermediates.noindex/ArchiveIntermediates/Nimble-macOS/IntermediateBuildFilesPath/Nimble.build/Release/Nimble-macOS.build/Objects-normal/x86_64/CwlCatchBadInstruction.o
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
List the software versions you're using:
Please also mention which package manager you used and its version. Delete the
other package managers in this list:
swift build --version in Terminal)Please link to a project we can download that reproduces the issue. Feel free
to delete this section if it's not relevant to the issue (eg - feature request).
The project should be short, self-contained, and correct example.
Thanks for reporting this! I submitted a potential fix in #915. Could you try that branch?
@ikesyo Thank you for your quick fix!
I tried #915, and then carthage bootstrap was successful :tada:
Most helpful comment
@ikesyo Thank you for your quick fix!
I tried #915, and then
carthage bootstrapwas successful :tada: