Xcode错误ITMS-90783:“缺少包显示名称" [英] Xcode ERROR ITMS-90783: "Missing bundle display name"

查看:63
本文介绍了Xcode错误ITMS-90783:“缺少包显示名称"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

今天,我开始使用fastlane和Xcode收到此错误:

Today I started to receive this error with fastlane and Xcode:

错误ITMS-90783:缺少软件包的显示名称.Info.plist键 CFBundleDisplayName丢失或捆绑中的值为空 包标识为"com.id"."

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

可以,我没有删除此属性.我认为这是苹果方面的错误.

It was ok and I didn't remove this property. I think this is a bug on Apple's side.

有人有相同的问题吗?您如何解决?

Does anyone have the same issue and how did you fix it?

推荐答案

只需将新属性添加到info.plist:

Just add a new property to info.plist:

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

这篇关于Xcode错误ITMS-90783:“缺少包显示名称"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆