Closed iArchin closed 1 year ago
:warning: | Newer Version of React Native is Available! |
---|---|
:information_source: | You are on a supported minor version, but it looks like there's a newer patch available - 0.72.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 Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
I already know that there are other similar issues of this with multiple way of fix but I'm pretty sure that I have tried them but not worked. this is how my pod file looks:
Which other issues are you referring to?
I already know that there are other similar issues of this with multiple way of fix but I'm pretty sure that I have tried them but not worked. this is how my pod file looks:
Which other issues are you referring to?
I meant This and #26217.
but actually I found the solution in #38294. I upgrade my RN version from 0.72.2
to 0.72.3
with XCode 14.2
it solved.
Closing as solved
Also happened to me with 0.73.1 XCode 14.3 @cortinico any thoughts?
In file included from /Users/.../packages/app/node_modules/react-native/ReactCommon/react/utils/RunLoopObserver.cpp:10:
In file included from /Users/.../packages/app/ios/Pods/Headers/Public/React-debug/react/debug/react_native_assert.h:52:
/Users/.../packages/app/ios/Pods/Headers/Public/glog/glog/logging.h:512:1: fatal error: import of module 'glog.glog.log_severity' appears within namespace 'google'
#include "glog/log_severity.h"
^
/Users/.../packages/app/ios/Pods/Headers/Public/glog/glog/logging.h:509:1: note: namespace 'google' begins here
namespace google {
^
1 error generated.
I have the same issue on my expo project. Somebody know how to fix it ?
same here
@592da Did you figure this out for 0.73.x?
same issue. Somebody know how to fix it?
react-native: 0.73.4
Import of module 'glog.glog.log_severity' appears within namespace 'google'
@kelset Any suggestions? This is still a problem in 0.73.4 for several folks. (Previously: #38294)
See details in our GitHub actions log.
@paulschreiber I'm currently not on the release crew but I would recommend opening a new issue that provides a repro so that the team can look into this issue and why it keeps resurfacing
@kelset I don't have time to write up a new mini app with a repo case. I did get this working eventually by upgrading the GitHub actions runner from macos-latest (macOS 12) to macos-14.
Things I tried that worked, but weren't necessary:
use_frameworks! :linkage => :static
If you're still experiencing this issue, consider trying this StackOverflow answer.
Closing as solved
im still getting this error
If you're still experiencing this issue, consider trying this StackOverflow answer.
it didnt fix my error man...
after installing pods and running my project on xcode i started getting this error and its not solved yet my xcode version is 14.0.1...pls help
i have fixed this issue ....if anyone is still facing this issue reach me i will help u with it
@codding123vbf what was your fix? My fix was upgrading my GitHub runner form macos-12 to macos-14.
If you're using a github action, it seems that macos-latest
is still on v12 (despite the Docs saying otherwise); just use:
jobs:
build:
name: build
runs-on: macos-14
Edit: based on @paulschreiber 's suggestion (many thanks for this @paulschreiber !!!)
For visibility, I documented this a bit better here on SO: https://stackoverflow.com/a/78359974/14717625
I'm getting this error for the first time on react-native v0.76.1
Description
I already know that there are other similar issues of this with multiple way of fix but I'm pretty sure that I have tried them but not worked. this is how my pod file looks:
my package.json file:
React Native Version
0.72.2
Output of
npx react-native info
System: OS: macOS 12.7 CPU: (4) x64 Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz Memory: 27.18 MB / 8.00 GB Shell: version: 5.8.1 path: /bin/zsh Binaries: Node: version: 18.18.1 path: /usr/local/bin/node Yarn: version: 1.22.19 path: /usr/local/bin/yarn npm: version: 9.8.1 path: /usr/local/bin/npm Watchman: version: 2023.10.09.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.13.0 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms:
Steps to reproduce
I provide my RN version and my packages also cocoapods version and ruby.
Snack, screenshot, or link to a repository