Prepare your Mac for (mobile) test automation
The Mac mini I use for mobile test automation got stuck at booting up after an update of OSX (thanks Apple) and there was no way to recover (I didn't have a time machine backup). Maybe I could have found a clever way to restore access to the Macintosh HD, but I decided to just go for the reinstall instead and make it a bit more detailed this time than in one of my previous blogposts. Installations OSX updates (1) First make sure you have installed all OSX (security) updates. Via the app store > updates > check for updates. Install Xcode Navigate to the App Store Search for Xcode Login with Apple ID Get/Install (if asked, also install the command line tools) `xcode-select -p` will show the current path. To change it, you can do what they also described on this Appium GitHub topic: sudo xcode-select -s /Applications/Xcode.app Quit Appium, Restart Appium and try again Install Android Studio Download the installer Open the dmg...