Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with uploading app to AppStore #59

Closed
2 tasks done
marcinax opened this issue Mar 6, 2024 · 2 comments
Closed
2 tasks done

issue with uploading app to AppStore #59

marcinax opened this issue Mar 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@marcinax
Copy link

marcinax commented Mar 6, 2024

Have you checked the docs and existing issues?

  • I have read all of the relevant Picovoice Eagle docs
  • 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.
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.

@marcinax marcinax added the bug Something isn't working label Mar 6, 2024
@ksyeo1010
Copy link
Contributor

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

@ksyeo1010
Copy link
Contributor

Issue has been fixed on #60. Upgrade your package to version 1.0.1 and try again.

@mrrostam mrrostam changed the title Eagle Issue: issue with uploading app to AppStore Mar 7, 2024
@marcinax marcinax closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants