Closed
Description
Description
So everything looks to be working fine, but when building .ipa/uploading to AppStore Connect I got this warning:
The archive did not include a dSYM for the hermes.framework with the UUIDs *****
Although everything seems to be in working order (the ipa is successfully uploaded to AppStore Connect), I'm wondering if there's a way to get rid of this warning.
Steps to reproduce
- Create react native project with
npx @react-native-community/cli@latest init rnTest1 --version 0.74.5
- Open project in Xcode 16 and build it, then upload the ipa to AppStore Connect
- At the end of uploading process you'll be greeted with the warning.
React Native Version
0.74.5
Affected Platforms
Other (please specify)
Output of npx react-native info
info Fetching system and libraries information...
System:
OS: macOS 14.6.1
CPU: (12) x64 Intel(R) Xeon(R) W-2135 CPU @ 3.70GHz
Memory: 34.94 GB / 64.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.18.0
path: ~/.nvm/versions/node/v20.18.0/bin/node
Yarn:
version: 1.22.22
path: ~/.nvm/versions/node/v20.18.0/bin/yarn
npm:
version: 10.8.2
path: ~/.nvm/versions/node/v20.18.0/bin/npm
Watchman: Not Found
Managers:
CocoaPods:
version: 1.15.2
path: /usr/local/lib/ruby/gems/3.3.0/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.0
- iOS 18.0
- macOS 15.0
- tvOS 18.0
- visionOS 2.0
- watchOS 11.0
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Xcode:
version: 16.0/16A242d
path: /usr/bin/xcodebuild
Languages:
Java: Not Found
Ruby:
version: 3.3.5
path: /usr/local/opt/ruby/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react: Not Found
react-native: Not Found
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
info React Native v0.75.4 is now available (your project is running on v0.74.5).
info Changelog: https://github.com/facebook/react-native/releases/tag/v0.75.4
info Diff: https://react-native-community.github.io/upgrade-helper/?from=0.74.5
info For more info, check out "https://reactnative.dev/docs/upgrading?os=macos".
Stacktrace or Logs
null
Reproducer
https://github.com/zzz08900/react-native-hermes-dSYM
Screenshots and Videos

Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
react-native-bot commentedon Oct 6, 2024
react-native-bot commentedon Oct 6, 2024
cipolleschi commentedon Oct 7, 2024
@zzz08900 Thanks for the issue. we fixed that already with this commit f529fe4, but we forgot to cherry pick it. Let me create pick requests for that.
To unblock yourself, you can
<yourApp>/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal/hermes.xcframework/Info.plist
migueldaipre commentedon Oct 16, 2024
Fixed in the release candidate v0.76
kashmiry commentedon Oct 21, 2024
I have tried this on 0.74.6 and previously on 0.73.8. but the warning still does not disappear when i remove the lines.
matttturnbull commentedon Oct 22, 2024
Thanks for the fix in 0.76, in the mean time:
Does anyone know how to patch this fix so that it stays in place after a re-install? If I run the following:
rm -rf node_modules
yarn
npx pod-install
Then the fix is reverted and the error persists.
auhonganh commentedon Oct 23, 2024
I have tried this on version 0.74.2, but the warning still appears when validating the archive.
cipolleschi commentedon Oct 28, 2024
We should backport the fix to previous versions then.
mohammad-goldast commentedon Dec 2, 2024
Still same warning after uploading to appstoreconnect with "react-native": "0.76.3".
I already searched for the
<key>DebugSymbolsPath</key>
in the mentioned path but found nothing.The archive did not include a dSYM for the hermes.framework with the UUIDs [842F8776-9CE7-387F-AFB8-AD89FC4DE398]. Ensure that the archive's dSYM folder includes a DWARF file for hermes.framework with the expected UUIDs.
33 remaining items