0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacOS HighSierraで bundle が失敗する

Posted at

HighSierraにアップデートして以降、bundleが以下のようなエラーで失敗します。

-bash: /usr/local/bin/bundle: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directory

原因は、HighSierraかRuby2.3がバンドルされるようになったことだそうで。なので、インストールしていたcocoapodsに到達できなくなってしまっています。ここまでわかればあとはカンタン。

gem install -n /usr/local/bin cocoapods

でcocoapodsをインストールするだけで終了です。

0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?