Language-Manager-iOS icon indicating copy to clipboard operation
Language-Manager-iOS copied to clipboard

Export for localization - Xcode error

Open ybeapps opened this issue 9 years ago • 0 comments

There is an issue in LanguageManager.m

There are two methods that uses NSLocalizedString(forKey:), and the parameter is not a string literal.

That causes the Xcode button "Export for localizations" (when selecting the project file and in Editor menu) to CRASH!!

even commenting those lines won't help! the only way is to delete them permanently.... (Because there is a macro that finds it event if it's a comment)

ybeapps avatar Sep 26 '16 18:09 ybeapps