Hi,
I am trying to run e2e tests with ios device and my pods are failing to intall glog with the following error:
-> Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
[!] The name of the given podspec `GLog` doesn't match the expected one `glog`
this is how it is declared in my Podfile:
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
I am using react-native v 0.59 and cocoapods v 1.7.5, did anyone see this problem?