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

Incorrect IOS Bundle Settings #11

Closed
FromDarkHell opened this issue Mar 20, 2024 · 3 comments
Closed

Incorrect IOS Bundle Settings #11

FromDarkHell opened this issue Mar 20, 2024 · 3 comments

Comments

@FromDarkHell
Copy link

When uploading an app onto App Store Connect, these settings are required to be set / and or set incorrectly.

Asset validation failed (90056)
This bundle Payload/Runner.app/Frameworks/opencv_dart.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 (ID: ff401e75-3aff-4382-ab24-e18b2c283802)

Asset validation failed (90049)
This bundle is invalid. The bundle at path Payload/Runner.app/Frameworks/opencv_dart.framework has an invalid CFBundleIdentifier 'dev.rainyl.opencv_dart' There are invalid characters(characters that are not dots, hyphen and alphanumerics) that have been replaced with their code point 'dev.rainyl.opencv\u005fdart' 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: b2b76866-1315-4569-b9d4-d6fce468bfea)

Asset validation failed (90057)
The bundle 'Payload/Runner.app/Frameworks/opencv_dart.framework' is missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring (ID: b13fd070-2a7f-46e8-8f4e-98c0331c3f99)

The .plist just needs the following added
Screenshot 2024-03-20 at 4 48 59 PM
The BundleIdentifier also needs to use a - instead of \u005F.

@rainyl
Copy link
Owner

rainyl commented Mar 21, 2024

seems that versions are necessary in cmakelists.txt, will be corrected later.

@rainyl
Copy link
Owner

rainyl commented Mar 21, 2024

@FromDarkHell Finished, could you please test it and tell me whether it works?

opencv_dart:
  git:
    url: https://github.com/rainyl/opencv_dart.git

@FromDarkHell
Copy link
Author

This looks like it worked for me afaik 👍

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