1
votes

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...

2
What is the error message from the linker? Without we can just guess. It is probably not the Xib file, because they are not handled by the linker at all.Sven

2 Answers

0
votes

I think you need

  • to add the file in build phases

    and

  • add copied resources

    this link will help

-1
votes

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