Trying to work with Firebase and this issues come on

How can I deal with these ??

See how it says “uncheck based on dependency analysis”

Try that for the different targets in the Pods

i don’t know what should i uncheck

In the Pods project, run script phase

Go to the different packages mentioned and uncheck “based on dependency analysis”

1 Like

okay, for knowledge
i Go to the different packages mentioned and i unchecked “based on dependency analysis”
BUT
Nothing happens
because of

I found it in apple Documentation (Apple Developer Documentation)

Using Cocoapods is really not the preferred way to add Firebase frameworks to your project these days. It’s much simpler to use Xcode’s build in Swift Package Manager.

Here is a video from Chris Ching explaining how to use Swift Package Manager.

1 Like