Xcodes error

xcode→Archive

→result

his bundle is invalid. The value of the CFBundleDocumentTypes key in the Info.plist must be an array of dictionaries, with each dictionary containing at least the CFBundleTypeName key. (ID: (something))

My Xcode versions 14 What do I this error? (I'm a Japanese.I'm sorry that it was hard to understand.)

Replies

The App Store validation process checks the structure of the CFBundleDocumentTypes property in your Info.plist file. It seems that something in there is broken. I recommend that you read through the docs to see if you can spot the problem.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"