I wanted to initialize a cocoapod in my project per documentation using the ‘pod init’ command but I get this error all the time
RuntimeError - PBXGroup attempted to initialize an object with unknown ISA PBXFileSystemSynchronizedRootGroup from attributes: {"isa"=>"PBXFileSystemSynchronizedRootGroup", "path"=>"Azure Insight Studio", "sourceTree"=>"<group>"}
I’m using XCode 26. Help would be greatly appreciated.
@chapstick
To be honest with you, cocoa pods are old school these days and the vast majority of the frameworks provided by cocoa pods have been modified to comply with Swift Package Manager. Have you checked that the framework you require is also available via Swift Package Manager?
Cheers.
HI Chris. Old skul indeed because this it mentions only cocoapods and carthage Prepare your iOS (Swift) app for authentication - Microsoft identity platform | Microsoft Learn.
I’ll definitely look into Packate Manager. Thanks.