admin管理员组文章数量:1384341
I am using VoxImplantSDK (2.54.0) and VoxImplantWebRTC (112.0.0) in my iOS project via CocoaPods.
When I archive my app for release, Xcode shows the following errors: It seems that the SDK frameworks do not contain dSYM files required for symbolication.
- Is there a way to get dSYM files for these versions?
- Or are there specific build settings required to generate dSYM files for VoxImplant SDK?
Any help would be appreciated!
Thanks in advance!
Context: • VoxImplantSDK version: 2.54.0 • VoxImplantWebRTC version: 112.0.0 • Xcode version: (your version, e.g., 16.2) • iOS Deployment Target: (e.g., 13.0) Issue: Uploading the archive to App Store Connect fails due to missing dSYM files for these frameworks.
Upload Symbols Failed
The archive did not include a dSYM for the VoxImplantSDK.framework with the UUIDs [157C4ABB-2039-3B03-BB36-C09E465E402F]. Ensure that the archive's dSYM folder includes a DWARF file for VoxImplantSDK.framework with the expected UUIDs.
Upload Symbols Failed
The archive did not include a dSYM for the VoxImplantWebRTC.framework with the UUIDs [4CC4C4CB-5556-3144-A151-5678095DF964]. Ensure that the archive's dSYM folder includes a DWARF file for VoxImplantWebRTC.framework with the expected UUIDs.
I am using VoxImplantSDK (2.54.0) and VoxImplantWebRTC (112.0.0) in my iOS project via CocoaPods.
When I archive my app for release, Xcode shows the following errors: It seems that the SDK frameworks do not contain dSYM files required for symbolication.
- Is there a way to get dSYM files for these versions?
- Or are there specific build settings required to generate dSYM files for VoxImplant SDK?
Any help would be appreciated!
Thanks in advance!
Share Improve this question edited Mar 17 at 21:45 timbre timbre 14.1k10 gold badges54 silver badges92 bronze badges asked Mar 17 at 21:20 VladimirVladimir 13 bronze badgesContext: • VoxImplantSDK version: 2.54.0 • VoxImplantWebRTC version: 112.0.0 • Xcode version: (your version, e.g., 16.2) • iOS Deployment Target: (e.g., 13.0) Issue: Uploading the archive to App Store Connect fails due to missing dSYM files for these frameworks.
Upload Symbols Failed
The archive did not include a dSYM for the VoxImplantSDK.framework with the UUIDs [157C4ABB-2039-3B03-BB36-C09E465E402F]. Ensure that the archive's dSYM folder includes a DWARF file for VoxImplantSDK.framework with the expected UUIDs.
Upload Symbols Failed
The archive did not include a dSYM for the VoxImplantWebRTC.framework with the UUIDs [4CC4C4CB-5556-3144-A151-5678095DF964]. Ensure that the archive's dSYM folder includes a DWARF file for VoxImplantWebRTC.framework with the expected UUIDs.
2 Answers
Reset to default 0Unfortunately, since those frameworks are pre-built and do not include dSYM files, the only option to get those is to request them from the vendor.
Also as an option, you may also try to import their SDK using the Swift Package Manager instead of Cocoapods:
But on the other hand, the only side effect of not having those dSYMs is that you won't be getting symbolicated crash logs if a crash happened inside the VoxImplantSDK. So if this is not a deal breaker for you, I wouldn’t bother.
Voximplant iOS SDK is distributed as pre-built frameworks without debug symbols in cocoapods as well as in SPM.
It does not block an iOS app distribution to AppStore/TestFlight. The "Upload Symbols Failed" message is just a warning and the app build should be uploaded successfully.
If you face with any crashes related to Voximplant SDK, feel free to contact Voximplant team.
本文标签: iosMissing dSYM files for VoxImplantSDK and VoxImplantWebRTC in version 254011200Stack Overflow
版权声明:本文标题:ios - Missing dSYM files for VoxImplantSDK and VoxImplantWebRTC in version 2.54.0112.0.0 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744534449a2611229.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论