-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Hi!
we recently updated to the latest version of MagicalRecord via Carthage and are using it with XCode 11.4.1. Everything seems to be working fine but when trying to submit a build to Testflight it fails with the following:
ERROR ITMS-90056: "This bundle Payload/Credit Suisse.app/Frameworks/MagicalRecord.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"
I checked the Info.plist file and it does indeed have the property in it.
<key>CFBundleIdentifier</key> <string>com.magicalpanda.MagicalRecord</string> . . <key>CFBundleShortVersionString</key> <string>2.3.0</string> . . <key>CFBundleVersion</key> <string>3232</string>
Not sure what are my next steps here. Other similar issues that I've researched seem to point to this issue. Source: here Any help would be greatly appreciated, as this is presenting a problem in uploading the app to the Appstore. Thanks.
Kristian