ReactNativ / react-native-solved-error

0 stars 0 forks source link

The following Swift pods cannot yet be integrated as static libraries #ios #2

Open ReactNativ opened 1 year ago

ReactNativ commented 1 year ago

[!] The following Swift pods cannot yet be integrated as static libraries:

The Swift pod FirebaseCoreInternal depends upon GoogleUtilities, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set use_modular_headers! globally in your Podfile, or specify :modular_headers => true for particular dependencies.

The Swift pod FirebaseStorage depends upon FirebaseAppCheckInterop, FirebaseAuthInterop, FirebaseCore, FirebaseCoreExtension, and GTMSessionFetcher, which do not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set use_modular_headers! globally in your Podfile, or specify :modular_headers => true for particular dependencies.

ReactNativ commented 1 year ago

podfille -> add use_frameworks! :linkage => :static