porcupine icon indicating copy to clipboard operation
porcupine copied to clipboard

Porcupine Issue: PvPorcupine fails to upload dSYM to App Store Connect

Open r-token opened this issue 5 months ago • 1 comments

Have you checked the docs and existing issues?

  • [X] I have read all of the relevant Picovoice Porcupine docs
  • [X] I have searched the existing issues for Porcupine

SDK

iOS

Porcupine package version

3.0

Framework version

All Swift versions

Platform

iOS

OS/Browser version

All iOS versions

Describe the bug

After uploading my iOS app to App Store Connect, I get warnings that the archive's dSYM folder is missing DWARF files for two Picovoice frameworks:

  • PvPorcupine.framework
  • PvRhino.framework

Steps To Reproduce

  1. Build and archive an iOS app that uses Porcupine or Rhino (I'm using Xcode 16)
  2. Upload the archive to App Store Connect
  3. After the upload completes, you'll see the warnings that the archive did not include a dSYM for PvPorcupine.framework and PvRhino.framework
pico-missing-dsyms

Expected Behavior

Those frameworks should include dSYMs that get included with the archive when uploaded to App Store Connect.

r-token avatar Sep 18 '24 21:09 r-token