macにCocoaPodsをインストールする方法

ターミナルでインストール ターミナルを開く sudo gem install cocoapodsを実行 →なぜか下記のようなエラーメッセージが出てインストールに失敗した。 出力 ERROR: Error installing cocoapods: The last version of activesupport (>= 5.0, < 8) to support your Ruby & RubyGems was 6.1.7.3. Try installing it with `gem install activesupport -v 6.1.7.3` and then running the current command again activesupport requires Ruby version >= 2.7.0. The current ruby version is 2.6.10.210. そこでエラーメッセージをWeb検索して(以下「参考」を参照)、下記のコマンドを実行した /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 出力 ==> Checking for `sudo` access (which may request your password)....

mac mini(2018)を購入

mac mini(2018)を購入 メルカリで型落ち中古のmac mini(2018)を購入した。スペックは下記。 CPU: 3.2GHz 6コアIntel Core i7 メモリ: 32GB ストレージ: 1TB SSD 価格は ¥ 77,000 購入に至った理由 会社でほぼ同じスペックのmac miniを使用してスマホアプリの開発をしているが、自宅でも開発環境(特にxcodeの実行環境)を整えたいと思っていた。 macbook proを持っているが、9年前に購入したものでかなり動作が遅いためほぼ使っていない。 個人的にiOSアプリの開発をしたいと思っていた。 さっそく xcode と inteliJ IDEA をインストール xcodeはバージョンがVersion 14.3 (14E222b) inteliJ IDEAはバージョンが2023.1 さあ!開発していくぞ!