'glog/logging.h' file not found

See original GitHub issue

Environment

React Native Environment Info:
    System:
      OS: macOS High Sierra 10.13.6
      CPU: (4) x64 Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
      Memory: 6.74 GB / 16.00 GB
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 10.13.0 - /usr/local/bin/node
      Yarn: 1.12.3 - /usr/local/bin/yarn
      npm: 6.4.1 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
    IDEs:
      Xcode: 10.0/10A255 - /usr/bin/xcodebuild
    npmPackages:
      react: 16.6.3 => 16.6.3
      react-native: 0.58.0-rc.1 => 0.58.0-rc.1
    npmGlobalPackages:
      react-native-cli: 2.0.1

Description

I just tried to create a new project using react-native init --version=react-native@0.58.0-rc.1 for testings about this issue but i face this problem! I guess this is a regression!

Reproducible Demo

  1. react-native init MyTestingProject --version=react-native@0.58.0-rc.1
  2. cd MyTestingProject/ios
  3. open MyTestingProject.xcodeproj
  4. File / Project Settings… / Build System => Legacy Build System / Done
  5. Product / Clean
  6. Product / Clean Build Folder
  7. Build

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:24

github_iconTop GitHub Comments

37reactions
guruparancommented, Feb 20, 2019

I fixed it by deleting the podlock file and doing a pod install, sharing here so that it might help someone

14reactions
marcin-modestowiczcommented, Oct 14, 2019

@artechventure I installed Xcode in Applications under XCode 10.1 directory (with space) and it broke compilation process. Renaming to XCode10.1 fixed the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'glog/logging.h' file not found - react native - Stack Overflow
some time ago, every time I start a new project of react-native or when I install the modules I present this error. 'glog/logging.h'...
Read more >
[Solved] Glog/logging.h not found in iOS development
with POD install and integrating JitsiMeetSdk , it able to download dependencies but show error in Folly>Glog>>glog/logging.h not found.
Read more >
fatal error: glog/logging.h: No such file or directory
Hello, Following the Vitis AI User Guide 1.2, in the Quick start chapter and under "Setting up the Host (VART)", the final step...
Read more >
'glog/logging.h' file not found 问题、configure: error - CSDN博客
2、20190225 发现 'glog/logging.h' file not found 的问题(RN 版本0.58),解决方式(参照上面的,复制下面2行,终端执行):.
Read more >
React-native – 'glog/logging.h' file not found - iTecNote
some time ago, every time I start a new project of react-native or when I install the modules I present this error. 'glog/logging.h'...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found