Skip to content

Instantly share code, notes, and snippets.

@Kentzo
Created July 11, 2015 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kentzo/e038118346f1e1a582ac to your computer and use it in GitHub Desktop.
Save Kentzo/e038118346f1e1a582ac to your computer and use it in GitHub Desktop.
Workaround for dsymutil shipped with Xcode 5.1.1

This issue happens due to a bug in dsymutil shipped with Xcode 5.1.1 (and matching release of Command Line Tools). Unfortunately this is the last version of Xcode available on 10.8, which may lead to and unresolvable problem. Hopefully, there is a solution!

Download Command Line Tools for Mac OS X Mavericks that were released on Sep 15, 2014. This package will not install on 10.8, but we don't need it. Expand the package by using the pkgutil (pkgutil --expand), then unpack Payload (it's cpio.gz archive) of the CLTools_Executables.pkg package. Look up the dsymutil library and use it to replace one at /usr/bin/ and another one inside Xcode.app

Enjoy :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment