-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
The library works well when I build & test locally. When I archive & attempt to upload to TestFlight, I get the following error -
Upload symbols failed - The archive did not include a dSYM for the WebRTC.framework with the UUIDs [4C4C449A-5555-3144-A135-7566E867E77A]. Ensure that the archive's dSYM folder includes a DWARF file for WebRTC.framework with the expected UUIDs
I've already tried the following -
- Updating Build Settings for the following values - Debug Information Format (DWARF with dSYM FILE), Strip Debug Symbols During Copy (No), Strip Linked Product (No).
- Adding WebRTC via SPM separately to the same target seen here - https://github.com/m1guelpf/swift-realtime-openai/blob/main/Package.swift#L18
- Repeatedly cleaning build, re-resolving packages, re-archiving
Additional info:
- I'm on Xcode 16.3
- I added this package via SPM
- It appears when I look at the intermediate build artifacts the dSYM for WebRTC is not being generated at all, rather than not being included w/ the build.
Do you have any suggestions on how to fix?
Metadata
Metadata
Assignees
Labels
No labels