1. Flutter Examples 1. Flutter Examples 1.1. Development Environment Setup 1.1.1. Mac OS X High Sierra 1.1.1.1. ios-deploy not installing from brew 1.1. Development Environment Setup See https://flutter.io/setup-macos/ 1.1.1. Mac OS X High Sierra 1.1.1.1. ios-deploy not installing from brew Workaround: If you are under Sierra you need to add the flag --unsafe-perm=true ``` sudo npm install -g ios-deploy --unsafe-perm=true ``` See: ios-control/ios-deploy#308