-
Notifications
You must be signed in to change notification settings - Fork 158
Description
Hi Team ,
I archive app and distribute it to testFlight, but upload failed.
Asset validation failed
This bundle is invalid. The bundle at path Payload/vive_edu.app/Frameworks/_NIOBase64.framework has an invalid CFBundleIdentifier '_NIOBase64' There are invalid characters(characters that are not dots, hyphen and alphanumerics) that have been replaced with their code point '\u005fNIOBase64' 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: c87c89fe-65c6-478e-a17b-a6bd49827265)
Asset validation failed
This bundle is invalid. The bundle at path Payload/vive_edu.app/Frameworks/_NIODataStructures.framework has an invalid CFBundleIdentifier '_NIODataStructures' There are invalid characters(characters that are not dots, hyphen and alphanumerics) that have been replaced with their code point '\u005fNIODataStructures' 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: 815c78d5-28cd-44e9-97c2-7aa6de5da017)
Xcode -> 15.2
swift-nio-ssl -> 2.27.2
Apple Swift version -> 5.9.2
What can I do for it?