craftzdog / react-native-aes-gcm-crypto

AES-GCM encryption/decryption for React Native
MIT License
248 stars 29 forks source link

Not able to Install pod #1

Open pverma1 opened 3 years ago

pverma1 commented 3 years ago

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.

rares-lupascu commented 2 years ago

@pverma1 u need to upgrade ur target version to at least 13

platform :ios, '13.0'