Scandit / datacapture-spm

5 stars 2 forks source link

Bundle is invalid #3

Open janvandenberg opened 1 year ago

janvandenberg commented 1 year ago

We depend on this SPM package. With the latest update (v6.17.0) we get this error while trying to publish our app to AppStoreConnect:

NSLocalizedFailureReason = "This bundle is invalid. The bundle at path Payload/NotTheActualApp.app/Frameworks/_Scandit.framework has an invalid CFBundleIdentifier '_Scandit' There are invalid characters(characters that are not dots, hyphen and alphanumerics) that have been replaced with their code point '\\u005fScandit' CFBundleIdentifier must be present, must contain only alphanumerics, dots, hyphens and must not end with a dot. [see the Core Foundation Keys at https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/TP40009249-102070-TPXREF105] (ID: be7ddf78-e496-4919-8c6d-152bfecf96df)";

So is the _Scandit name deliberate, or an accident?