Post

Replies

Boosts

Views

Activity

Reply to "Invalid Bundle. The bundle <bundle name> does not support the minimum OS Version specified in the Info.plist"
Hi, I have a similar issue after the last update of XCode. First, my GoogleMobileAds package and Firebase packages were conflicting. I updated both and the problem solved. But now, I cannot send an update to AppStore. Some of my packages are giving different errors: The bundle 'Payload/MyApp.app/Frameworks/MapboxCoreSearch.framework' is missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring This bundle Payload/MyApp.app/Frameworks/MapboxCoreSearch.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion Invalid Bundle. The bundle MyApp.app/Frameworks/AppsFlyerLib.framework does not support the minimum OS Version specified in the Info.plist. I also have similar errors for OS Version of. FBAEMKit.framework and some other Facebook frameworks. My apps minumum deployment target is 16.0 On my info.plist I see Bundle version string (short) - String - $(MARKETING_VERSION) Bundle OS Type code - String - $(PRODUCT_BUNDLE_PACKAGE_TYPE) Bundle version - String - $(CURRENT_PROJECT_VERSION) I appreciate the help.
Mar ’24