How to debug dsymutil error: "Clang modules are expected to have exactly 1 compile unit."

1.6k views Asked by At

Received this error message during GenerateDSYMFile phase for an iOS app:

/Users/name/Library/Developer/Xcode/DerivedData/ModuleCache/HASH/FrameworkName-HASH: Clang modules are expected to have exactly 1 compile unit. Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil failed with exit code 1

1

There are 1 answers

0
alfwatt On BEST ANSWER

Deleted:

~/Library/Developer/Xcode/DerivedData

And was able to build again.