-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug
Describe the bug
When trying to install this module, the installation via pod install fails with the following reasons:
[!] The following Swift pods cannot yet be integrated as static libraries:
The Swift pod `react-native-blurhash` depends upon `React-Core`, 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.
Tried to set use_modular_headers! on top of my Podfile but this produces a mass of other errors. Any help would be highly appreciated.
Environment
- CocoaPods 1.9.1
- RN 0.63
Additional context
"react": 16.13.1,
"react-native": 0.63.2,
"react-native-blurhash": 1.0.24Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working