[X] I have read all of the relevant Picovoice Eagle docs
[X] I have searched the existing issues for Eagle
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.
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.
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.
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.