The name of the given podspec 'glog' doesn't match the expected one 'GLog' #18618
Labels
Resolution: Fixed
A PR that fixes this issue has been merged.
Resolution: Locked
This issue was locked by the bot.
Environment
OS: macOS High Sierra 10.13.3
Node: 9.2.1
Yarn: Not Found
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.3.0-rc.0 => 16.3.0-rc.0
react-native: ^0.54.3 => 0.54.3
Steps to Reproduce
1- I created new project
react-native init appName
2-
cd ios && pod init
3-
pod install
4- Then this error occurs
[!] The name of the given podspec `glog` doesn't match the expected one `GLog`
Expected Behavior
I have worked npm cache clean --force many times. I have worked npm install many times. it was the same error.
Actual Behavior
My Podfile:
After
pod install
The text was updated successfully, but these errors were encountered: