You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
You should reach to Carthage, Stack Overflow or Apple.
MagicalRecord is not maintained anymore.
I can only suggested for you to investigate when did the regression happen:
when you updated MagicalRecord? Try to rollback to previous version to confirm that. Then do incremental tests to find which commit is responsible for the regression, and make a pull request to roll it back.
when you updated Carthage? Try to use the latest version or rollback to previous version. And build the framework yourself. Report to Carthage.
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
The text was updated successfully, but these errors were encountered: