Created
November 1, 2016 04:18
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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