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
When attempting to submit an archived build to the App Store using Xcode 16+ (e.g., Xcode 16.2), the submission process gives the following warning:
Upload Symbols Failed
The archive did not include a dSYM for the GiphyUISDK.framework with the UUIDs [SOME-UUID]. Ensure that the archive's dSYM folder includes a DWARF file for GiphyUISDK.framework with the expected UUIDs.
To Reproduce
Steps to Reproduce:
Archive the project using Xcode 16+.
Attempt to upload the build to the App Store.
Observe the “Upload Symbols Failed” error.
Expected behavior
The archive should include the dSYM for GiphyUISDK.framework with the expected UUIDs, allowing the build to upload successfully.
Actual Behavior
The dSYM for GiphyUISDK.framework is missing from the archive when using Xcode 16+, causing the upload to fail.
Additional Notes
Works as expected with Xcode 15 and earlier.
GiphyUISDK.framework is integrated using CocoaPods (installed Giphy v2.2.13).
Tested with clean builds and verified that dSYM generation settings are correct.
Your Environment
Giphy iOS SDK version: 2.2.13
Xcode Version: Xcode 16.2
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
When attempting to submit an archived build to the App Store using Xcode 16+ (e.g., Xcode 16.2), the submission process gives the following warning:
To Reproduce
Steps to Reproduce:
Expected behavior
The archive should include the dSYM for GiphyUISDK.framework with the expected UUIDs, allowing the build to upload successfully.
Actual Behavior
The dSYM for GiphyUISDK.framework is missing from the archive when using Xcode 16+, causing the upload to fail.
Additional Notes
Works as expected with Xcode 15 and earlier.
GiphyUISDK.framework is integrated using CocoaPods (installed Giphy v2.2.13).
Tested with clean builds and verified that dSYM generation settings are correct.
Your Environment
The text was updated successfully, but these errors were encountered: