Skip to content

Instantly share code, notes, and snippets.

@nsomar
Created August 5, 2015 20:19
Show Gist options
  • Select an option

  • Save nsomar/a0addf1bd0ff28570765 to your computer and use it in GitHub Desktop.

Select an option

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
# 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