Description
I am using ffmpeg_kit 4.5.1-LTS in one of my Flutter plugin.
ffmpeg_kit_flutter_min_gpl: 4.5.1-LTS
Everything worked fine until i wanted to upload my app to TestFlight.
After building the app and archived the package, the upload fail at the end with the error that you can see in the screenshot section.
I think that in your file scripts/function-apple.sh you are automatically adding CFBundleVersion and CFBundleShortVersionString.
Looking at App Store Connect error you should remove the variant keyword (here .LTS) from the generated Info.plist.
If i am not using LTS variant it works fine.
Expected behavior
I should be able to upload my archive to TestFlight using 4.5.1-LTS.
Current behavior
Upload fails.
To Reproduce
You could try to upload the example app to TestFlight, using 4.5.1-LTS.
Screenshots

Environment
- Platform:
Flutter
- Architecture:
Mac mini M1
- Version:
v4.5.1.LTS
- Source branch:
main
- Xcode version:
12.5.1
- Cocoapods version:
1.11.2