Created
August 5, 2015 20:19
-
-
Save nsomar/a0addf1bd0ff28570765 to your computer and use it in GitHub Desktop.
Mac OSX El Capitan beta 6 (Public beta pb 4) Xcode 6 crash fix
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
| # Xcode 6 | |
| cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer | |
| cd SDKs/iPhoneSimulator.sdk/usr/lib/ | |
| sudo mv dyld_sim dyld_sim_orig | |
| # Xcode beta | |
| cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer | |
| cd SDKs/iPhoneSimulator.sdk/usr/lib/ | |
| sudo mv dyld_sim dyld_sim_orig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment