You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spanish and English are the two languages that my application supports. when I switch between languages several times. My system keeps crashing due to an increase in memory.
we have created file called lang-es.JSON to create Spanish keys.
inside the method update(language: String) of LocalizeCommonProtocol. Notification observer memory won't grow if I comment it out, and the language won't change either.
The text was updated successfully, but these errors were encountered:
Issue
Spanish and English are the two languages that my application supports. when I switch between languages several times. My system keeps crashing due to an increase in memory.
we have created file called lang-es.JSON to create Spanish keys.
Localize Environment
Localize version: (2.3.0)
Xcode version: 15.0 (15A240d)
Swift version: 4.2
Platform(s) running Localize: iOS 17
macOS version running Xcode: Sonoma 14.5
Localize Config
Localize.update(defaultLanguage: langCode)
Localize.update(language: langCode)
as i observed the code, memory is increasing due to
inside the method update(language: String) of LocalizeCommonProtocol. Notification observer memory won't grow if I comment it out, and the language won't change either.
The text was updated successfully, but these errors were encountered: