-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
how to resolve glog error #48776
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.74.6. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
I try to create a new project on 0.76.6, but same errors show on xcod. |
Description
many glog error message when build on xcode:
Use of undeclared identifier 'GOOGLE_NAMESPACE'
Unknown type name 'START_GOOGLE_NAMESPACE'
Use of undeclared identifier 'GLOG_FATAL'
expanded from macro 'DEFINE_int32'
I try to do follow steps many times but not work:
rm -rf ~/Library/Caches/CocoaPods;
rm -rf Pods;
rm -rf ~/Library/Developer/Xcode/DerivedData/*;
pod deintegrate;
pod setup;
pod install;
rm node_modules
yarn install
Steps to reproduce
it works well two days ago.
1 . yarn install aliyun-react-native-push and build on xcode occur error "duplicate symbols for architecture x86_64"
2. yarn remove aliyun-react-native-push
3. build on xcode but fail
React Native Version
0.74.1
Affected Platforms
Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
none
Screenshots and Videos
The text was updated successfully, but these errors were encountered: