The following Swift pods cannot yet be integrated as static libraries

My goal is to get the push notifications while I get the following error

 The following Swift pods cannot yet be integrated as static libraries

when I run pod install . I have tried the foolowing methods.

pod 'GoogleUtilities', :modular_headers => true
pod 'FirebaseCoreInternal',  :modular_headers => true

I also tried with

use_modular_headers!

But it didn't work out.

Could some one say a solution to this issue?

Replies

I have the same issues. Do you remember how you managed to fix them?