Skip to content

pod install fails on RN 0.63 #58

@maxgr0

Description

@maxgr0

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.24

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions