Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The name of the given podspec 'glog' doesn't match the expected one 'GLog' #18618

Closed
3 tasks
ahmetilhann opened this issue Mar 29, 2018 · 1 comment
Closed
3 tasks
Labels
Resolution: Fixed A PR that fixes this issue has been merged. Resolution: Locked This issue was locked by the bot.

Comments

@ahmetilhann
Copy link

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:

platform :ios, '8.0'

target 'appName' do
  
  pod 'React', :path => '../node_modules/react-native', :subspecs => [
    'Core',
    'CxxBridge', # Include this for RN >= 0.47
    'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43
    'RCTText',
    'RCTNetwork',
    'RCTWebSocket', # needed for debugging
    
  ]
 
  pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'

  pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  pod 'GLog', :podspec => '../node_modules/react-native/third-party-podspecs/GLog.podspec'
  pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'

end

After pod install
ekran resmi 2018-03-29 15 37 00

@react-native-bot react-native-bot added the Platform: macOS Building on macOS. label Mar 29, 2018
@hramos
Copy link
Contributor

hramos commented Mar 29, 2018

This is fixed in master.

Duplicate of #16181

@hramos hramos closed this as completed Mar 29, 2018
@hramos hramos added Resolution: Fixed A PR that fixes this issue has been merged. and removed Platform: macOS Building on macOS. labels Mar 29, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Mar 29, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Mar 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Fixed A PR that fixes this issue has been merged. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants