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

Invalid Info.plist, upload to AppStore/TestFlight fails #47

Closed
DimDL opened this issue Jun 12, 2024 · 2 comments
Closed

Invalid Info.plist, upload to AppStore/TestFlight fails #47

DimDL opened this issue Jun 12, 2024 · 2 comments

Comments

@DimDL
Copy link

DimDL commented Jun 12, 2024

Setup:

  • Xcode 15.4
  • Added Pangle / AdsGlobal via SPM: .package(url: "https://github.com/bytedance/AdsGlobalPackage", branch: "6.1.0-beta.2")
  • Upload to AppStore/Testflight

Result:
Upload fails:
Info.plist in BURelyFoundation_Global:

  • ⛔️ invalid CFBundleIdentifier 'com.burelyfoundation_global.sdk'
  • ⛔️ invalid CFBundleShortVersionString: '0.3.2.0'

Info.plist in PAGAdSDK.framework:

  • ⛔️ invalid CFBundleShortVersionString '6.1.0.2'

Full Output from Application Loader:
[21:14:30]: ERROR: [ContentDelivery.Uploader] Asset validation failed (90049) This bundle is invalid. The bundle at path `Payload/MyApp.app/Frameworks/BURelyFoundation_Global.framework has an invalid CFBundleIdentifier 'com.burelyfoundation_global.sdk' There are invalid characters(characters that are not dots, hyphen and alphanumerics) that have been replaced with their code point 'com.burelyfoundation\u005fglobal.sdk' 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: cf96bd09-e41a-4ba3-94f7-c6aac1ca9961)

[21:14:30]: ERROR: [ContentDelivery.Uploader] Asset validation failed (90060) This bundle is invalid. The value for key CFBundleShortVersionString '0.3.2.0' in the Info.plist file at 'Payload/MyApp.app/Frameworks/BURelyFoundation_Global.framework' must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring (ID: 820280cc-62d6-4552-ad2b-6e96d7715da6)

[21:14:30]: ERROR: [ContentDelivery.Uploader] Asset validation failed (90060) This bundle is invalid. The value for key CFBundleShortVersionString '6.1.0.2' in the Info.plist file at 'Payload/MyApp.app/Frameworks/PAGAdSDK.framework' must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring (ID: 59639162-2636-4c23-a095-40d5498f44ac)

@DimDL DimDL changed the title Invalid Info.plist makes upload to TestFlight//AppStore fail Invalid Info.plist, upload to AppStore/TestFlight fails Jun 12, 2024
@zry-bd
Copy link
Collaborator

zry-bd commented Jun 13, 2024

@DimDL Thank you for your feedback. We are actively working to fix this issue.

@zry-bd
Copy link
Collaborator

zry-bd commented Jun 14, 2024

@DimDL We have fixed this error in version 6.1.0-beta.3, please integrate it.

@zry-bd zry-bd closed this as completed Jul 11, 2024
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