gpt4 book ai didi

objective-c - 运行 genstrings 命令时出现错误 "Argument is not a literal String"

转载 作者:行者123 更新时间:2023-12-03 00:01:07 25 4
gpt4 key购买 nike

尝试在终端上运行以下命令:genstrings ./Classes/*.m时,出现以下错误:参数不是文字字符串 。有谁知道可能是什么问题吗?

最佳答案

检查你的源文件是否有类似的内容

NSLocalizedString(stringVariable, @"comment");

也许你应该在这个函数中有一个文字字符串:

NSLocalizedString(@"literalString", @"comment");

关于objective-c - 运行 genstrings 命令时出现错误 "Argument is not a literal String",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7858542/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com