- Install Xcode via the App store Xcode You must also open xcode and agree to the license agreement)
- Ensure Apple's command line tools are installed
xcode-select --install
(You must also open xcode and agree to the license agreement ) verify install withxcode-select -p
- Install package manager Cocoapods
sudo gem install cocoapods
its possible to do this without sudo reference CocoaPods Guide for instructions. Verify installation withpod --version
- Install package manager and Carthage via Homebrew :
brew update
and thenbrew install carthage
. Verify installation withcarthage version
- Verify installation by opening Xcode and "create a new Xcode project" -> "Single View (iOS) Application" -> "Build and Run" hotkey:
⌘ + r
to build and run in the local simulator.
WIP
- Install Ansible:
sudo easy_install pip
sudo pip install ansible
verify withsudo pip install ansible --upgrade
- Download or copy Xcode XIP Xcode8.3.3.xip and place it inside
~/Documents
folder - Clone repo `git clone [email protected]:racker/mac-ios-dev-env ; cd mac-ios-dev-env
- Run
ansible-playbook main.yml -i inventory -K
inside this directory. Enter your account password when prompted.