Picovoice / eagle

On-device speaker recognition engine powered by deep learning
Apache License 2.0
23 stars 2 forks source link

issue with uploading app to AppStore #59

Closed marcinax closed 6 months ago

marcinax commented 6 months ago

Have you checked the docs and existing issues?

SDK

iOS

Eagle package version

1.0.0

Framework version

Swift

Platform

iOS

OS/Browser version

iOS 16

Describe the bug

I'm getting the following error when trying to upload archived app to AppStore/TestFlight. It looks like AppStore doesn't accept version number in the following form: 1.0.X which exists in the Eagle (PvEagle) framework Info.plist file. eagle

Steps To Reproduce

Try to upload .ipa file of the app which has Eagle framework installed via cocoa pods.

Expected Behavior

The version number of the PvEagle framework in the Info.plist should be changed to period-separated non-negative integers. This will allow to upload build without errors.

ksyeo1010 commented 6 months ago

Thanks for reporting, we are working on a fix right now.

ksyeo1010 commented 6 months ago

Issue has been fixed on https://github.com/Picovoice/eagle/pull/60. Upgrade your package to version 1.0.1 and try again.