You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After archive iOS project and sending it to App Store connect it shows warning:
Here is the text from the screenshot:
Upload Symbols Failed
The archive did not include a dSYM for the AdjustSigSdk.framework with the UUIDs [U123-U123-I123-D123]. Ensure that the archive's dSYM folder includes a DWARF file for AdjustSigSdk.framework with the expected UUIDs.
After further examination of the issue, taking into account the Signature library's model and also e.g. this comment by an Apple Engineer, the warning will not be resolved. Relevant part:
you may not have a dSYM, such as a closed source library from a vendor, and in those cases, the warning is safe to discard.
Documentation will be appr. updated to reflect this.
Kindly share thoughts & especially if you are not using Xcode 16, as that case is different.
After archive iOS project and sending it to App Store connect it shows warning:
Here is the text from the screenshot:
Upload Symbols Failed
The archive did not include a dSYM for the AdjustSigSdk.framework with the UUIDs [U123-U123-I123-D123]. Ensure that the archive's dSYM folder includes a DWARF file for AdjustSigSdk.framework with the expected UUIDs.
"react-native": "0.73.6", "react-native-adjust": "^5.0.2",
The text was updated successfully, but these errors were encountered: