本地化 xib 时 Xcode 链接器错误

发布于 2024-12-02 01:50:17 字数 243 浏览 0 评论 0原文

我只是本地化我的应用程序,当我本地化某个 xib 文件时,我收到退出代码 1 的链接器错误。重复的文件(因此告诉我编译器)始终是我刚刚本地化的 xib。

我想 xcode 项目中的内部文件列表无法识别本地化,但是......这只是一个怀疑;)

您知道这个问题的原因吗?

先感谢您, 基督教

编辑: 刚刚发现当我删除本地化文件并重新导入未本地化文件时,链接器错误仍然存​​在......也许这有帮助......

I am just localizing my app and when I localize one certain xib-file, I get a linker error with exit code 1. The file that is duplicate (so tells me the compiler) is always the xib I just localized.

I suppose an internal file list in the xcode project does not recognize the localization BUT... it's just a suspicion ;)

Do you have any idea for the reason of this problem?

Thank you in advance,
Christian

EDIT:
Just found out that the linker error remains when i remove the localized files and reiimport the un-localized file... maybe this helps...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

女皇必胜 2024-12-09 01:50:17

我认为您需要

I think you need

  • to add the file in build phases

    and

  • add copied resources

    this link will help

情何以堪。 2024-12-09 01:50:17

在左侧窗格中,突出显示 .xib 文件并执行“获取信息”。在“常规”选项卡下,单击“可本地化”按钮。

In the left pane, highlight the .xib file and do a Get Info. Under the General Tab, click on the make localizable button.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文