I m getting following error when trying to install pod, although dependencies already been addded.
[!] The following Swift pods cannot yet be integrated as static libraries:
The Swift pod react-native-aes-gcm-crypto 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.
I m getting following error when trying to install pod, although dependencies already been addded. [!] The following Swift pods cannot yet be integrated as static libraries:
The Swift pod
react-native-aes-gcm-crypto
depends uponReact-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 setuse_modular_headers!
globally in your Podfile, or specify:modular_headers => true
for particular dependencies.