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

Problems with the versions in the Info.plist files #448

Open
stsandro opened this issue Mar 5, 2024 · 1 comment
Open

Problems with the versions in the Info.plist files #448

stsandro opened this issue Mar 5, 2024 · 1 comment

Comments

@stsandro
Copy link

stsandro commented Mar 5, 2024

There are some restrictions around what a proper version looks like. I get the following error when building my app for release on Xcode Cloud:

ITMS-90060: This bundle is invalid - The value for key CFBundleShortVersionString '12.2.1.0' in the Info.plist file at 'Payload/MyCool.app/Frameworks/AppLovinAdapter.framework' must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring

There is also another problem regarding the minimum supported version:

ITMS-90208: Invalid Bundle - The bundle MyCool.app/Frameworks/AppLovinAdapter.framework does not support the minimum OS Version specified in the Info.plist.

This error is also emitted from other frameworks like GoogleMobileAds

As far as I can tell this problem only occurs with Xcode 15.3

@Palbrevik
Copy link

Palbrevik commented May 27, 2024

Similar issue, but within MetaAdapter.frameWork: "key CFBundleShortVersionString '6.15.0.0' in the Info.plist file at 'Payload/Tradera.app/Frameworks/MetaAdapter.framework' must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring".

This problem occurs in Xcode 15.3 and Xcode 15.4, but not on Xcode 15.0.

Seems like a pretty easy fix. Pls raise priority on this, since it is blocking us from upgrading 🙏 😏.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants