-
Notifications
You must be signed in to change notification settings - Fork 137
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
Comments
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 🙏 😏. |
Now GoogleMobileAds requires xcode 15.3 and this dependency blocks it. Please post a fix on that! |
you can edit the |
The workaround above does not seem to work with Xcode15.4. This also occurs when uploading to the store as well as XcodeCloud.
Hopefully Google will respond soon! |
Still nothing, I think we can comment here and wait for several years and nothing will change... |
Hello @ALL, If you're having a mediation issues please create a new thread in the AdMob developers forum for us to begin the troubleshooting process. Closing this out as triaging will take place in the forum - Thanks! |
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:
There is also another problem regarding the minimum supported version:
This error is also emitted from other frameworks like GoogleMobileAds
As far as I can tell this problem only occurs with Xcode 15.3
The text was updated successfully, but these errors were encountered: