3.5 C
New York
Saturday, February 22, 2025

ios – CocoaPods pod init Fails with “Unknown ISA PBXFileSystemSynchronizedRootGroup” Error on Xcode 16


I’m attempting to initialize CocoaPods in a brand new iOS mission utilizing Xcode 16. After I run pod init, I get the next error:

RuntimeError - `PBXGroup` tried to initialize an object with unknown ISA `PBXFileSystemSynchronizedRootGroup`

I’ve up to date CocoaPods, Xcode, and xcodeproj, however the error nonetheless persists. Has anybody else encountered this problem with Xcode 16, and the way did you resolve it?

Surroundings:

•   Xcode 16.0
•   CocoaPods: 1.15.2
•   macOS 15.0

Any assist could be appreciated!

full error right here:

damianomiazzi@MacBook-Professional-di-Damiano tesPlayer % pod init                  

――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

### Command

/usr/native/bin/pod init


### Report

* What did you do?

* What did you count on to occur?

* What occurred as an alternative?


### Stack

CocoaPods : 1.15.2
Ruby : ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin24]
RubyGems : 3.0.3.1
Host : macOS 15.0 (24A5331b)
Xcode : 16.0 (16A242)
Git : git model 2.39.5 (Apple Git-154)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Variations/2.6/usr/lib
Repositories : trunk – CDN – https://cdn.cocoapods.org/


### Plugins

cocoapods-deintegrate : 1.0.5
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.1
cocoapods-trunk : 1.6.0
cocoapods-try : 1.2.0


### Error

RuntimeError – PBXGroup tried to initialize an object with unknown ISA PBXFileSystemSynchronizedRootGroup from attributes: {"isa"=>"PBXFileSystemSynchronizedRootGroup", "exceptions"=>["AE97BCA32C917722000D94D0"], "path"=>"tesPlayer", "sourceTree"=>""}
If this ISA was generated by Xcode please file a difficulty: https://github.com/CocoaPods/Xcodeproj/points/new
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:359:in rescue in object_with_uuid' /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:349:in object_with_uuid’
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:300:in block (2 ranges) in configure_with_plist' /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:299:in every’
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:299:in block in configure_with_plist' /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:296:in every’
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:296:in configure_with_plist' /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission.rb:272:in new_from_plist’
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:350:in object_with_uuid' /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:290:in block in configure_with_plist’
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:287:in every' /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission/object.rb:287:in configure_with_plist’
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission.rb:272:in new_from_plist' /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission.rb:213:in initialize_from_file’
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.25.0/lib/xcodeproj/mission.rb:113:in open' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.15.2/lib/cocoapods/command/init.rb:41:in validate!’
/Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/command.rb:333:in run' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.15.2/lib/cocoapods/command.rb:52:in run’
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.15.2/bin/pod:55:in ' /usr/native/bin/pod:23:in load’
/usr/native/bin/pod:23:in `’


――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

[!] Oh no, an error occurred.

Seek for current GitHub points just like yours:
https://github.com/CocoaPods/CocoaPods/search?q=%60PBXGrouppercent60+tried+to+initialize+an+object+with+unknown+ISA+%60PBXFileSystemSynchronizedRootGrouppercent60+from+attributespercent3A+%60percent7Bpercent22isapercent22percent3Dpercent3Epercent22PBXFileSystemSynchronizedRootGrouppercent22percent2C+%22exceptionspercent22percent3Dpercent3Epercent5Bpercent22AE97BCA32C917722000D94D0percent22percent5Dpercent2C+%22pathpercent22percent3Dpercent3Epercent22tesPlayerpercent22percent2C+%22sourceTreepercent22percent3Dpercent3Epercent22percent3Cgrouppercent3Epercent22percent7Dpercent60percent0AIf+this+ISA+was+generated+by+Xcode+please+file+an+issuepercent3A+httpspercent3Apercent2Fpercent2Fgithub.compercent2FCocoaPodspercent2FXcodeprojpercent2Fissuespercent2Fnew&sort=Points

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

You'll want to first learn the contributing information for particulars on easy methods to correctly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/grasp/CONTRIBUTING.md

Do not forget to anonymize any non-public knowledge!

In search of associated points on cocoapods/cocoapods...
Trying to find inspections failed: undefined technique `map' for nil:NilClass

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles