-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't workingtriage-requiredTriage required on a new issue logged for this project. Used by issue templatesTriage required on a new issue logged for this project. Used by issue templates
Description
Prerequisites
- This is not a Security Disclosure, otherwise please follow the guidelines in Security Policy.
- I have searched in this repository's issues to see if it has already been reported.
- I have updated to the latest released version of the SDK and the issue still persists.
Bug summary
I am getting this issue while upgrading my react-native version from 0.73.6 to 0.79.
My build is failing on - Import of module 'glog.glog.log_severity' appears within namespace 'google'
I figured out many things and found - -fcxx-modules used for this package is creating issue for other packages and those are not working.
facebook/react-native#41045 (comment)
Environment
System:
OS: macOS 15.5
CPU: (12) arm64 Apple M3 Pro
Memory: 210.34 MB / 36.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 22.13.0
path: ~/.nvm/versions/node/v22.13.0/bin/node
Yarn:
version: 3.8.7
path: ~/.nvm/versions/node/v22.13.0/bin/yarn
npm:
version: 10.9.2
path: ~/.nvm/versions/node/v22.13.0/bin/npm
Watchman:
version: 2025.05.19.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /Users/username/.rbenv/shims/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.4
- iOS 18.4
- macOS 15.4
- tvOS 18.4
- visionOS 2.4
- watchOS 11.4
Android SDK:
API Levels:
- "34"
- "35"
Build Tools:
- 35.0.0
System Images:
- android-35 | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2024.2 AI-242.23726.103.2422.12816248
Xcode:
version: 16.3/16E140
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.12
path: /usr/bin/javac
Ruby:
version: 3.2.3
path: /Users/username/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli":
installed: 18.0.0
wanted: ^18.0.0
react:
installed: 19.0.0
wanted: 19.0.0
react-native:
installed: 0.79.2
wanted: ^0.79.0
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Steps to reproduce
- Install this package
- As per requirement of this package, need to set -fcxx-modules in build phase.
- Build starts failing as this is causing conflicts to other packages.
Current behavior
Build failing due to configurations for this plugin and no alternatives to fix.
Expected behavior
I want to stick to old architecture only and my all packages should get installed.
Anything else?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriage-requiredTriage required on a new issue logged for this project. Used by issue templatesTriage required on a new issue logged for this project. Used by issue templates