Xcode 7 crash: [NSLocalizableString length] 30000

余生长醉 提交于 2019-11-27 23:46:30

I checked the English checkmark in addition to the Base, and it stopped having problems.

If one does not need Base internationalization, one can turn it off in the project settings - this fixed the problem in my case:

When turning base internationalization off, the affected files (storyboard, launchscreen) are moved from base.lproj to en.lproj. It looks like there are problems when base.lproj is used without at least one (primary) language.

I encountered the problem after creating a new project in Xcode 6.4 and then opening it in Xcode 7.

What I did is change the Localization native development region From China to United States.

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