Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created November 1, 2016 04:18
Show Gist options
  • Save ianchen06/ddc5b75fd260460f85107a757d011306 to your computer and use it in GitHub Desktop.
Save ianchen06/ddc5b75fd260460f85107a757d011306 to your computer and use it in GitHub Desktop.
Mac OS X El Capitan 10.11 libsystem_symptoms.dylib missing with XCode8
#!/bin/sh
sudo /usr/bin/sed -i.backup -E -e 's@/usr/lib/system/libsystem_symptoms.dylib(, )?@@' \
$(grep -ril /usr/lib/system/libsystem_symptoms.dylib \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment