Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Apple distribution failed error when using LTS variant #323

@LeGoffMael

Description

@LeGoffMael

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
Screen Shot 2022-01-17 at 12 31 33 PM

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfixed-in-v5.1iosAffect iOS platformlibraryAffects the libraryv4.5.1Affects v4.5.1 release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions