Expensify/react-native-live-markdown

Pod Install Fail - Expo

Closed this issue · 1 comments

When I run npx expo prebuild I get the following error

Installing RNLiveMarkdown (0.1.5)
[!] The following Swift pods cannot yet be integrated as static libraries:

The Swift pod `ExpoModulesCore` depends upon `glog`, 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.

Adding use_modular_headers! here worked
Screenshot 2024-02-11 at 16 08 35