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

查看:24
本文介绍了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天全站免登陆