早上刚来 上传APP 提示这个错误.
ERROR ITMS-90783: "Missing bundle display name. The Info.plist key CFBundleDisplayName is missing or has an empty value in the bundle with bundle identifier 'com.xx.xxx'."
解决方案:
在info.plist中添加 :
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
解决
本文介绍了一个关于iOS应用程序在上传过程中遇到的CFBundleDisplayName缺失错误,并提供了详细的解决方案,通过在info.plist文件中添加特定键值对,成功解决了这一问题。
1万+

被折叠的 条评论
为什么被折叠?



