缺少Info.plist键

时间:2017-06-08 04:06:31

标签: ios xcode plist

[1]: https://i.stack.imgur.com/nGCzV.jpg

enter image description here

我需要将这些提示国际化,但我得到了这个!任何想法?

2 个答案:

答案 0 :(得分:1)

我也面临这种错误。 我想你可以这样描述这样的信息。enter image description here

我认为这对你有帮助。

您应该使用InfoPlist.strings文件来本地化Info.plist的值。要执行此操作,请转到File->New->File,在iOS的“资源”选项卡下选择“字符串文件”,将其命名为InfoPlist,然后创建。打开并插入要本地化的Info.plist值,如:

"NSLocationWhenInUseUsageDescription" = "Description of this";

修改

选择本地化选项,或根据需要启用本地化

enter image description here

您应该能够在左侧编辑器中看到该文件。

enter image description here

答案 1 :(得分:0)

如果你想在国际化提示是好的Stack overflow answer

在为各种语言添加 info.plist 字符串文件后,

简而言之,您可以像这样进行本地化。添加相应的许可密钥以及相应的说明。

NSLocationAlwaysUsageDescription ="请打开【定位服务】允许您的应用确认您的位置。";