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