I repeatedly get this error with my code using Xcode.
<unknown>:0: error: merge-module command failed with exit code 1 (use -v to see invocation) Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
I tried everything I could find, how to fix the problem, and nothing worked. I switched the optimization level to None [-Onone], I did a cleanup, and I ran the xcodebuild function in the terminal, but nothing worked. Any ideas on how to fix this?
source share