Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reportedly missing CFBundleVersion property in info.plist #1381

Open
kristiansu opened this issue Apr 23, 2020 · 1 comment
Open

Reportedly missing CFBundleVersion property in info.plist #1381

kristiansu opened this issue Apr 23, 2020 · 1 comment

Comments

@kristiansu
Copy link

kristiansu commented Apr 23, 2020

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

@Coeur
Copy link
Collaborator

Coeur commented Apr 25, 2020

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.
  • when you updated Xcode? Report to Apple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants