-
Notifications
You must be signed in to change notification settings - Fork 52
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
Comments
@JCsplash, I am facing the same issue. Could you please share how you resolved it? Any suggestions or solutions would be greatly appreciated. Thank you! |
@vsp0697 We never solved this sadly. So we had to keep using Xcode 15. I hope an admin of this repo would help us fix it. |
hi all, our current understanding of this issue is that it's an issue with Xcode 16, and we're confident that you can safely ignore the warnings at submission. @JCsplash can you clarify with this is a blocker for you? some relevant links: |
Yes, this is definitely a blocker. I am unable to upload my build to the App Store. This is not just a warning. I need a fix for this in order to upload builds with Xcode 16. Would be awesome if you'd be able to help! @cgmaier |
Actually @cgmaier the blocker is the invalid executable error on Xcode 16. When attempting to submit to the app store, im getting Is there any way you could help look into a fix for us? |
@JCsplash The only warning I received for the builds is: As @cgmaier pointed out, starting with This behavior is expected for our framework. Could you please provide more details? We'd like to help, but I just can't reproduce your issue on my end. I even tried validating the app, and the only message I received was this warning. P.S. I’d like to note that I also tried adding the SDK using both |
🐛 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: