前提・実現したいこと

マックのターミナルで pod setup を実行:

Setting up CocoaPods master repo

Realm を CocoaPods で setup して使いたい。


発生している問題・エラーメッセージ

エラーの内容:

xcrun: error: active developer path ("/Applications/Xcode9.0.1.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.
[!] The `master` repo is not a git repo.

試したこと

  1. xcode-select --install
  2. gem バージョンアップ
    現在の gem version → 2.6.7
  3. ネット上の検索
  4. Mac OSのバージョンをダウングレード
    macOS High Sierra から Sierra10.12.6。

補足情報 (OS, ツールのバージョンなど)

  • MacBookPro OS は Sierra10.12.6
  • Swift 4