2
votes

App Store Connect Operation Error ERROR ITMS-90784: "Missing bundle name. The Info.plist key CFBundleName is missing or has an empty value in the bundle with bundle identifier 'com.xxxx.xxx'."

When try to upload my application to App Store.

1

1 Answers

1
votes

Solved
Just set:

<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>

in info.plist file in Xcode.