Language-Manager-iOS
Language-Manager-iOS copied to clipboard
Export for localization - Xcode error
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)