react-native
react-native copied to clipboard
Version 0.73, ios cannot debug with hermes engine when setup mutiple configuration scheme
Description
ios cannot debug with hermes engine when setup mutiple configuration scheme
Steps to reproduce
- create app with version 0.73
- install react-native-config
- create mutiple configuration
- add => project 'App', { 'DebugStaging' => :debug, 'DebugProduction' => :debug, 'ReleaseStaging' => :release, 'ReleaseProduction' => :release, } => to pod file
- remove flipper
React Native Version
0.73.6
Affected Platforms
Runtime - iOS
Output of npx react-native info
System:
OS: macOS 14.4
CPU: (8) arm64 Apple M1
Memory: 290.02 MB / 16.00 GB
Shell:
version: 3.7.0
path: /opt/homebrew/bin/fish
Binaries:
Node:
version: 18.18.2
path: ~/.nvm/versions/node/v18.18.2/bin/node
Yarn:
version: 1.22.19
path: /opt/homebrew/bin/yarn
npm:
version: 9.8.1
path: ~/.nvm/versions/node/v18.18.2/bin/npm
Watchman:
version: 2024.03.18.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.4
- iOS 17.4
- macOS 14.4
- tvOS 17.4
- visionOS 1.1
- watchOS 10.4
Android SDK: Not Found
IDEs:
Android Studio: 2023.1 AI-231.9392.1.2311.11330709
Xcode:
version: 15.3/15E204a
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.10
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.73.6
wanted: 0.73.6
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Stacktrace or Logs
App not crash, just cannot debug with hermes engine
Reproducer
I not using expo
Screenshots and Videos
| :warning: | Missing Reproducible Example |
|---|---|
| :information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
@tronghoangtdt I think this error was just fixed.
I have the same problem here. But I don't know how I can fix this until the new version is released.
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days.
This issue was closed because the author hasn't provided the requested feedback after 7 days.
This issue was closed because it has been stalled for 7 days with no activity.