如何修复 App Store Connect 操作错误 ERROR ITMS-90784

How to fix App Store Connect Operation Error ERROR ITMS-90784

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'."

尝试将我的应用程序上传到 App Store 时。

已解决
刚刚设置:

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

info.plist 文件中 Xcode.