最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ios - Missing dSYM files for VoxImplantSDK and VoxImplantWebRTC in version 2.54.0112.0.0 - Stack Overflow

programmeradmin2浏览0评论

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!

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.

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 badges
Add a comment  | 

2 Answers 2

Reset to default 0

Unfortunately, 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.

发布评论

评论列表(0)

  1. 暂无评论