Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird iOS warning: "ITMS-90176: Unrecognized Locale" #31

Open
dylmye opened this issue Dec 4, 2024 · 2 comments
Open

Weird iOS warning: "ITMS-90176: Unrecognized Locale" #31

dylmye opened this issue Dec 4, 2024 · 2 comments

Comments

@dylmye
Copy link

dylmye commented Dec 4, 2024

Hi! Thanks for this great package. I am trying to use it in an Expo app, and have set up the plugin like so:

[
  "react-native-localization-settings",
  {
    "languages": ["en", "fr"]
  }
]

When I build and submit to App Store, I get this message:

Although delivery was successful, you may want to correct the following issues in your next delivery. Once you've corrected the issues, upload a new binary to App Store Connect.

ITMS-90176: Unrecognized Locale - - The locale names used in localization directories at [Payload/SetlistSherlock.app/base.lproj] are invalid. iTunes supports BCP47 but not the UN M.49 specification. Refer to the Language and Locale Designations guide at https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPInternational/LanguageandLocaleIDs/LanguageandLocaleIDs.html for more information on naming your language-specific directories.

When I download the build from EAS this is what that directory looks like:

image

In Xcode this is how localisation looks after running expo prebuild:

image

Is there anything I'm doing wrong here? If it matters I'm on latest Expo 52 and using new architecture. Thanks in advance :)

@medomy
Copy link

medomy commented Dec 17, 2024

@dylmye ,, Have you found a solution for this issue I'm kinda facing the same one now

@dylmye
Copy link
Author

dylmye commented Dec 17, 2024

@medomy nope :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants