Skip to content

[BUG] [ iOS ] [ SoundFlow.Codecs.FFMpeg 1.4.0 ] Info.plist is invalid #113

Description

@FoggyFinder

Describe the Bug

Info.plist is invalid:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>soundflow-ffmpeg</string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>com.soundflow.ffmpeg</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string></string>
	<key>CFBundlePackageType</key>
	<string>FMWK</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string></string>
	<key>CFBundleShortVersionString</key>
	<string></string>
	<key>CSResourcesFileMapped</key>
	<true/>
</dict>
</plist>

https://github.com/LSXPrime/SoundFlow/blob/master/Codecs/SoundFlow.Codecs.FFMpeg/runtimes/ios-arm64/native/soundflow-ffmpeg.framework/Info.plist

altool fails with:

Invalid MinimumOSVersion.
The Info.plist file is missing the required key: CFBundleShortVersionString
The Info.plist file is missing the required key: CFBundleVersion

SoundFlow Version

1.4.0

.NET Version

.net 10

Operating System

iOS

Architecture

ios-arm64

Possible Workaround (if known)

modify it on publish step

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions