magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Reportedly missing CFBundleVersion property in info.plist #1381

Open kristiansu opened 4 years ago

kristiansu commented 4 years ago

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.

`CFBundleIdentifier

com.magicalpanda.MagicalRecord
    .
    .
CFBundleShortVersionString 2.3.0
    .
    .
CFBundleVersion 3232` Not sure what are my next steps here. Other similar issues that I've researched seem to point to [this issue](https://bugs.swift.org/browse/SR-4265). Source: [here](https://github.com/Flight-School/AnyCodable/issues/20) Any help would be greatly appreciated, as this is presenting a problem in uploading the app to the Appstore. Thanks. Kristian
Coeur commented 4 years ago

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: