Xcode 6.3.2 introduced a new bug in the "Export for Localization" parser: Newline characters (e.g. "\n") included in source language strings, are cancelled out in their corresponding target language strings (e.g. "\n"). This causes the symbol for new line characters to appear in the compiled app, instead of an actual new line.
Fortunately, a previous major bug in the parser is fixed in this release: Error while "Export For Localization.." Xcode 6.3
Anyone have suggestions for a work around, aside from manually altering the strings file for each instance of this bug?