CocoaPods pod init Fails with “Unknown ISA PBXFileSystemSynchronizedRootGroup” Error on Xcode 16
I’m trying to initialize CocoaPods in a new iOS project using Xcode 16. When I run pod init, I get the following error: RuntimeError - `PBXGroup` attempted to initialize an object with unknown ISA `PBXFileSystemSynchronizedRootGroup` I’ve updated CocoaPods, Xcode, and…