Post
Follow
IOS: ITMS-90056 Missing CFBundleVersion And CFBundleShortVersionString
App Store Connect Operation ErrorERROR ITMS-90056
App Store Connect Operation ErrorERROR ITMS-90057
We are aware that of version v5.10.0, when uploading to the App Store, you will get: The
bundle '/Frameworks/Microblink.framework' is missing plist key. The
Info.plist file is missing the required key: CFBundleVersion and
CFBundleShortVersionString
message.
This will be fixed for the v5.11.0 release, but for now, there is a workaround. Please follow the next steps:
- To
Info.plist
insideMicroblink.xcframework
add:
<key>CFBundleVersion</key>
<string>1</string>
- To
Info.plist
insideMicroblink.framework
add:
<key>CFBundleShortVersionString</key>
<string>5.10.0</string>
<key>CFBundleVersion</key>
<string>1</string>
Please sign in to leave a comment.