Skip to content
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: Missing dSYM for GiphyUISDK.framework in Xcode 16+ #264

Open
JCsplash opened this issue Dec 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@JCsplash
Copy link

JCsplash commented Dec 15, 2024

🐛 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:

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:

  1. Archive the project using Xcode 16+.
  2. Attempt to upload the build to the App Store.
  3. 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
@JCsplash JCsplash added the bug Something isn't working label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant