I’m getting a lot of weird errors when I add cocoapods plugin to my project, anyone faced this and fixed it?
FIXED, thanks
Copy code
Could not determine the dependencies of task ':shared:cinteropFirebaseAnalyticsIosArm64'.
> Could not resolve all dependencies for configuration ':shared:iosArm64CInterop'.
> Consumable configurations with identical capabilities within a project (other than the default configuration) must have unique attributes, but configuration ':shared:podDebugFrameworkIosFat' and [configuration ':shared:debugFrameworkIosFat'] contain identical attribute sets. Consider adding an additional attribute to one of the configurations to disambiguate them. Run the 'outgoingVariants' task for more details. For more information, please refer to <https://docs.gradle.org/8.4/userguide/upgrading_version_7.html#unique_attribute_sets> in the Gradle documentation.
Raed Ghazal
11/26/2023, 5:22 PM
I installed cocoapods using homebrew
Raed Ghazal
11/26/2023, 5:23 PM
and running pod --version shows 1.14.3
Raed Ghazal
11/26/2023, 5:44 PM
ok ignore, fixed, was causing erros cuz i was also adding framework configurations in another place