-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Upload Symbols Failed in Xcode 16.2 #49059
Comments
Warning Unsupported version: It looks like your issue or the example you provided uses an unsupported version of React Native. |
Warning Unsupported version: It looks like your issue or the example you provided uses an unsupported version of React Native. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
This is not an error, but a warning. I think that the submission has gone through properly. |
@cipolleschi - Thanks for your reply. |
@cipolleschi - Any inputs to resolve this issue.? |
This is super weird... there is no difference in how we prepare the prebuild for Hermes. I read in the past that this was an issue of Xcode 16.1, but they might have not fixed it in 16.2. Anyway, you should not be blocked by this because, as I mentioned, that's just a warning. |
@cipolleschi - Thanks for your reply. Can I push the app to the app store with this issue? |
Yes, you should be able to
No, it shouldn't. The lack of debugging symbols does not affect how the app behaves.. actually, I believe it is a bad practice to ship dSYM in a release version, because it makes the IPA bigger and the users have to download a bigger App... which is not something you want. |
@cipolleschi - Thanks for your update. |
did you found any solution @gkasireddy202 |
@Sanil-Surve - No. I did not find any solution. |
@Sanil-Surve as I mention above, that's just a warning. You will not be blocked by Apple with the upload and with the submission. |
same as Xcode 16.2 |
Description
My react-native project has version 0.73.7. I recently upgraded my Xcode to 16.2.
I am trying to validate the archives in Xcode I got the below error.
Upload Symbols Failed
The archive did not include a dSYM for the hermes.framework with the UUIDs [C3D496A2-CB10-3E78-9321-26C25BD146B9]. Ensure that the archive's dSYM folder includes a DWARF file for hermes.framework with the expected UUIDs.
Steps to reproduce
I am trying to validate the archives in Xcode, and I got the below error.
Upload Symbols Failed
The archive did not include a dSYM for the hermes.framework with the UUIDs [C3D496A2-CB10-3E78-9321-26C25BD146B9]. Ensure that the archive's dSYM folder includes a DWARF file for hermes.framework with the expected UUIDs.
React Native Version
0.73.7
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
Private repo
Screenshots and Videos
The text was updated successfully, but these errors were encountered: