Skip to content

Instantly share code, notes, and snippets.

@ashtom
Created July 12, 2009 11:28
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 ashtom/145605 to your computer and use it in GitHub Desktop.
Save ashtom/145605 to your computer and use it in GitHub Desktop.
# Fixing error code 133
cd /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/
sudo mv IOKit IOKit.saved
sudo lipo IOKit.saved -extract_family i386 -output IOKit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment