maitrungduc1410 / react-native-video-trim

Video trimmer for React Native App
MIT License
39 stars 20 forks source link

Getting error while install the pod #53

Open sw-tt-ankitborad opened 1 month ago

sw-tt-ankitborad commented 1 month ago

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

The Swift pod react-native-video-trim 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.

maitrungduc1410 commented 1 month ago

pls check this: https://github.com/expo/expo/issues/25905

Summary: removing node_modules, Pods, then reinstall everything

sw-tt-ankitborad commented 1 month ago

@maitrungduc1410, thank you for the quick assistance. We've reviewed the suggestions provided but are still encountering the same error.

Just so you know, we're utilizing React Native CLI.

maitrungduc1410 commented 1 month ago

@sw-tt-ankitborad on which version of RN are you using? which platform are you?

maybe you try

sw-tt-ankitborad commented 1 month ago
maitrungduc1410 commented 1 month ago

can you try generate new project and install this package to see if you can reproduce?

sw-tt-ankitborad commented 1 month ago

We'll take a look and inform you.