Search code examples
iosxcodebuilddsymutil

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


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


Solution

  • Deleted:

    ~/Library/Developer/Xcode/DerivedData
    

    And was able to build again.