Skip to content

Instantly share code, notes, and snippets.

@crowjdh
Created December 3, 2021 12:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crowjdh/1d07b1b2ba3b0b4e1015230deb91e954 to your computer and use it in GitHub Desktop.
Save crowjdh/1d07b1b2ba3b0b4e1015230deb91e954 to your computer and use it in GitHub Desktop.

⚠️ Make sure you know what you're doing: Be very careful here!

  • Boot into recovery mode by pressing ⌘ + r after bootup sound and before apple logo show up
  • Open Terminal and remove e[x]ecute flag from MobileDeviceUpdater binary:
    cd /Volumes/Macintosh\ HD/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/MobileDeviceUpdater.app/Contents/MacOS/
    chmod 644 MobileDeviceUpdater
  • Reboot normally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment