Skip to content

Instantly share code, notes, and snippets.

@chance909
Last active May 9, 2017 22:03
Show Gist options
  • Save chance909/7c3c50efea9ed7ead16c62f26ce9a0ad to your computer and use it in GitHub Desktop.
Save chance909/7c3c50efea9ed7ead16c62f26ce9a0ad to your computer and use it in GitHub Desktop.
Using iFuse to tail Logs from App Documents folder in iOS mobile device to Mac
**To install iFuse dependencies**
brew install autoconf automake libtool pkg-config
brew install libplist ideviceinstaller
brew uninstall libimobiledevice
brew install --HEAD libimobiledevice
brew cask install osxfuse
brew install ifuse
**Restart the Mac, required by install of osxfuse**
**To mount the documents directory**
sudo ifuse --documents com.sjm.crmd.patientappios /example/mount/directory/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment