appodeal / react-native-appodeal

Official React Native package that adds Appodeal SDK support to your react-native application.
https://appodeal.com
59 stars 37 forks source link

Error "pod install" on CocoaPods 1.11.1 #88

Closed jacow closed 2 years ago

jacow commented 2 years ago
[!] The following Swift pods cannot yet be integrated as static libraries:

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

Hi, today i'm updating my CocoaPods to newest version that is version 1.11.1 But, i got this error after doing "pod install" Any advice? Thank you

staskochkin commented 2 years ago

Hello @jacow. If this issue is still actual, please add use_modular_headers! into root of ios/Podfile