本地化 xib 时 Xcode 链接器错误
我只是本地化我的应用程序,当我本地化某个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您需要
在构建阶段添加文件
和
添加复制的资源
此链接< /a> 会有所帮助
I think you need
to add the file in build phases
and
add copied resources
this link will help
在左侧窗格中,突出显示 .xib 文件并执行“获取信息”。在“常规”选项卡下,单击“可本地化”按钮。
In the left pane, highlight the .xib file and do a Get Info. Under the General Tab, click on the make localizable button.