Jelee_fish
@Jelee_fish

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

cocoapods 「pod init」でエラーが出てしまう

解決したいこと

XcodeやSwiftの勉強のためにcocoapodsをインストールしましたが、「pod init」のタイミングで下記のようなエラーが発生します。こちらの解決策を教えてください。

エラーコード

[!] Oh no, an error occurred.

Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=%60PBXGroup%60+attempted+to+initialize+an+object+with+unknown+ISA+%60PBXFileSystemSynchronizedRootGroup%60+from+attributes%3A+%60%7B%22isa%22%3D%3E%22PBXFileSystemSynchronizedRootGroup%22%2C+%22path%22%3D%3E%22Calender_test%22%2C+%22sourceTree%22%3D%3E%22%3Cgroup%3E%22%7D%60%0AIf+this+ISA+was+generated+by+Xcode+please+file+an+issue%3A+https%3A%2F%2Fgithub.com%2FCocoaPods%2FXcodeproj%2Fissues%2Fnew&type=Issues

If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new

Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md

Don't forget to anonymize any private data!

Looking for related issues on cocoapods/cocoapods...
Searching for inspections failed: undefined method `map' for nil

バージョン情報

CocoaPods : 1.15.2
Ruby : ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [arm64-darwin24]
RubyGems : 3.5.16
Host : macOS 15.0 (24A335)
Xcode : 16.0 (16A242d)
Git : git version 2.39.5 (Apple Git-154)
Ruby lib dir : /Users/xxx/.rubies/ruby-3.3.5/lib
Repositories :

その他必要な情報がございましたらご教示いただけると幸いです。

0

2Answer

Repositories :

最後のRepositoriesは空っぽですか?
であれば、それが原因かも知れません。

自分の環境だと ↓ です。
質問者さんとの環境の違いは、そこと、macOSとXcodeのバージョンですね。

   CocoaPods : 1.15.2
        Ruby : ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [arm64-darwin23]
    RubyGems : 3.5.18
        Host : macOS 14.6.1 (23G93)
       Xcode : 15.4 (15F31d)
         Git : git version 2.39.3 (Apple Git-146)
Ruby lib dir : /opt/homebrew/Cellar/ruby/3.3.5/lib
Repositories : cocoapods - git - https://github.com/CocoaPods/Specs.git @ c20dcc8d74fb3ab31336a7b22a976e0395085904
0Like

Comments

  1. @Jelee_fish

    Questioner

    確認しましたが、Repositoriesの部分は空欄になっていました。
    お手数ですが、こちらの設定方法を教えていただくことは可能でしょうか?

  2. macOS 15.0 、Xcode 16.0 の Mac に、新規で cocoapods をインストールしたところ、質問者さんと同じエラーになりました。調べますので、お待ちください。
    次の3つのコマンドの結果を貼ってください。

    sysctl -n hw.model
    uname -a
    xcodebuild -version
    
  3. @uasi さん情報から、(@uasi さん、ありがとうございます)

    最新の Xcode 6.1 beta2 にアップデートしてみましたが、現象は変わらずでした。
    逆に Xcode 15.4 へダウングレードを試しましたが、OSがSequoiaにアップデートしているので、旧バージョンのXcodeは起動できませんでした。

    Xcode16での対応版を待つか、macOS を Sonoma へダウングレードしてXcode15.4を使うか とう感じですね。

    取り込みたいライブラリが Package Managerに対応しているなら、cocoapodsを使わず、XcodeのPackage Managerで組み込みできます。←これが現実解かも。

  4. @Jelee_fish

    Questioner

    検証いただきありがとうございました。
    Package Managerでできないか確認してみます。

  5. 一旦、当Q&Aをクローズしていただき、
    Package Managerでできない等は、新たなQ&Aをあげていただければと思います。

CocoaPods の issues に同様の報告がいくつか上がっています。今のところ解決策はなさそうです。

0Like

Comments

  1. @Jelee_fish

    Questioner

    情報いただきありがとうございました。

Your answer might help someone💌