I use the MLKit framework in my B4i app, similar to the TextRecognition and SelfieSegmentation examples. I use B4i version 10.00 and build my app with HostedBuilder.
After uploading my B4i app to the AppStore, I receive several error messages in the subsequent check:
And
I receive several messages of this type.
It appears that the components of the MLKit framework are missing the correct version entries in the Info.plist provided on HostedBuilder. The empty string in the error message (i.e., ‘’) seems to indicate the cause.
What can/must I change in order to successfully upload the app?
Any help would be greatly appreciated! Thank you very much.
After uploading my B4i app to the AppStore, I receive several error messages in the subsequent check:
B4X:
Invalid MinimumOSVersion. Apps that only support 64-bit devices must specify a deployment target of 8.0 or later.
MinimumOSVersion in ‘MyAppName.app/Frameworks/MLImage.framework’ is ‘’.
And
B4X:
Validation failed (409) The bundle 'Payload/MyAppName.app/Frameworks/MLImage.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 (ID: 1dd39ae6-43f5-493a-a7dc-7907f381a898)
NSUnderlyingError : Validation failed (-19241) The bundle 'Payload/MyAppName.app/Frameworks/MLImage.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
I receive several messages of this type.
It appears that the components of the MLKit framework are missing the correct version entries in the Info.plist provided on HostedBuilder. The empty string in the error message (i.e., ‘’) seems to indicate the cause.
What can/must I change in order to successfully upload the app?
Any help would be greatly appreciated! Thank you very much.