Flutter – CocoaPods Error: PBXGroup attempted to initialize an object with unknown ISA PBXFileSystemSynchronizedRootGroup. When tried to add WidgetExtension
I'm encountering an error while trying to run pod install for my Flutter project. The error message indicates that there is an issue with the PBXGroup initialization related to an unknown ISA PBXFileSystemSynchronizedRootGroup. Here are the details: What did I…