Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Localization error of App in ios

I've followed all the desired steps to achieve localization of application.following are those steps:

  1. create a Localizable.strings file.
  2. add languages which we are looking to localized.
  3. add these in localizable.strings using add localized button.

Now I'm getting following alert message :

fatal: index file smaller than expected"

along with this the Localizable.strings file is not appearing in the list which asks about the reference file and resource language.anybody please help me as soon as possible. Thanks in Advance.

like image 903
sam Avatar asked Sep 10 '13 05:09

sam


People also ask

How do I localize my iOS app?

Localize Your AppUse the Xcode Export For Localization feature to automatically extract all localizable content, including localized strings referenced from code, stringsdict files, and Interface Builder files, as well as any localized assets.

What is Localisation in iOS?

Localization is the process of translating and adapting your app into multiple languages and regions. Localize your app to provide access for users who speak a variety of languages, and who download from different App Store territories.

What is localization in app?

App localization is the process of changing and refining an app in order to appeal to a geographically specific target market. You want to make sure that your app is as appealing and easy to use outside your headquarters' country as it is within.


1 Answers

This seems to be like a git error which can be fixed by removing .git/index and then reset to HEAD.
You can find details here:
http://programertools.blogspot.com/2014/04/how-to-fix-fatal-index-file-smaller.html

like image 117
Laur Avatar answered Oct 18 '22 08:10

Laur