iOS Localization Doesn't Work with More Than 63 Files

会有一股神秘感。 提交于 2019-12-12 18:16:44

问题


On iOS 9, the localization is not working well when more than 63 localization files are added. If you have minus than 63 files, the translation can work correctly, but when more than 63 files are added the Xcode doesn't call the correct language file, always calling base.

On my GitHub example project (https://github.com/munhra/iOSLocalizationExample), there are 64 localization files added to Xcode. If run the project, Xcode doesn't call the corresponding device language. If a translation file is removed, we can run the Xcode again e check that the application language is correctly, based on the device language settings.


回答1:


This is a known issue which is currently being investigated. Please file a bug report with your Xcode+iOS SDK version at bugreport.apple.com



来源:https://stackoverflow.com/questions/33017981/ios-localization-doesnt-work-with-more-than-63-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!