I got this react-native project and I had to use use_modular_headers!
on Podfile
. I suppose I needed that because this pod MercadoPagoSDK
is some sort of dynamic library (╯°□°)╯ which I don't really know what that means on iOS development world.
Now I'm getting this error during build on xcode!
import of module 'glog.glog.log_severity' appears within namespace 'google'
I am not finding a solution to this user_modular_headers!
thing. I already tried all ideas from here https://github.com/google/glog/issues/393 but I am afraid none of them worked.