porcupine
porcupine copied to clipboard
Porcupine Issue: PvPorcupine fails to upload dSYM to App Store Connect
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
- Build and archive an iOS app that uses Porcupine or Rhino (I'm using Xcode 16)
- Upload the archive to App Store Connect
- After the upload completes, you'll see the warnings that the archive did not include a dSYM for PvPorcupine.framework and PvRhino.framework
Expected Behavior
Those frameworks should include dSYMs that get included with the archive when uploaded to App Store Connect.