bytedance / AdsGlobalPackage

MIT License
1 stars 5 forks source link

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

Closed DimDL closed 2 months ago

DimDL commented 3 months ago

Setup:

Result: Upload fails: Info.plist in BURelyFoundation_Global:

Info.plist in PAGAdSDK.framework:

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)

zry-bd commented 3 months ago

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

zry-bd commented 3 months ago

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