8000 Warning: Missing dSYM for WebRTC.framework during iOS Archive · Issue #1818 · flutter-webrtc/flutter-webrtc · GitHub
[go: up one dir, main page]

Skip to content

Warning: Missing dSYM for WebRTC.framework during iOS Archive #1818

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

Open
hhcme opened this issue Apr 22, 2025 · 2 comments
Open

Warning: Missing dSYM for WebRTC.framework during iOS Archive #1818

hhcme opened this issue Apr 22, 2025 · 2 comments

Comments

@hhcme
Copy link
hhcme commented Apr 22, 2025

Hi, I'm using the plugin in a Flutter iOS project, and during the archive process I receive this warning:

The archive did not include a dSYM for the WebRTC.framework with the UUIDs [4C4C445C-5555-3144-A123-D3009B21938E]. Ensure that the archive's dSYM folder includes a DWARF file for WebRTC.framework with the expected UUIDs.

This happens when archiving via Xcode or running flutter build ios --release. The app builds and runs fine, but I'm concerned this may affect crash log symbolication.

Is there a way to include the correct dSYM for WebRTC.framework, or could you provide guidance on how to generate it?

Thanks!

@kimPongsakorn
Copy link

I'm facing the same issue. Getting error "The archive did not include a dSYM for the WebRTC.framework with the UUIDs [4C4C445C-5555-3144-A123-D3009B21938E]" when trying to archive iOS app using WebRTC. Has anyone found a solution?

@bantunes22
Copy link

Yes, same happens to me, needed to manually create that with:

dsymutil WebRTC -o WebRTC.dSYM from the xarchive.

Example:

open terminal
cd into <YOUR_PROJECT>.xcarchive/Products/Applications/Runner.app/Frameworks/WebRTC.framework
run this command: dsymutil WebRTC -o WebRTC.dSYM

That will create the dSYM that you can use / upload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0