LoginSignup
24
23

More than 5 years have passed since last update.

El Capitanにしてから開発環境を復活させるまでにしたことまとめ

Last updated at Posted at 2015-10-03

Xcodeのコンポーネントのインストール

Xcodeから普通に。

Homebrewの復旧

sudo chown $(whoami):admin /usr/local && sudo chown -R $(whoami):admin /usr/localを実行する

参考:https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/El_Capitan_and_Homebrew.md

oh-my-zshの復旧

zsh:12: command not found: ___main
(eval):1: no matches found: *:all-files
_tags:comptags:36: can only be called from completion function
_tags:comptry:55: can only be called from completion function
_tags:comptags:60: can only be called from completion function
_tags:comptags:67: can only be called from completion function

暫定的に.zshrcのpluginsからgithubを外す。

https://github.com/robbyrussell/oh-my-zsh/pull/4443 で対応中。

参考:https://github.com/robbyrussell/oh-my-zsh/issues/4439

Vagrantの復旧

Command: ["hostonlyif", "create"]

Stderr: 0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory

VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterface, interface IHostNetworkInterface
VBoxManage: error: Context: "int handleCreate(HandlerArg*, int, int*)" at line 68 of file VBoxManageHostonly.cpp

VirtualBoxを最新版にアップデート。

https://github.com/mitchellh/vagrant/issues/1671 によるとsudo /Library/StartupItems/VirtualBox/VirtualBox restartの実行で復旧しているひとも居るらしい(未確認)

XtraFinderの復旧

XtraFinderはSIP(System Integrity Protection)を無効化しないと使えない。
私はSIPを無効化したくなかったので、使うのを諦めました。

以上!

24
23
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
24
23