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
Crash on devices only when the method i18Next.t(key, variables: parameterMap!) is being used on Xcode 15. On simulators, it works fine.
For devices, I refer to when we debug using Xcode 15 on a device, and when we upload the app and use it from Testflight on a device.
The error in Crashlytics appears like EXC_BAD_ACCESS(KERN_INVALID_ADDRESS)
To Reproduce
When this method is called the app crashes.
i18Next.t(key, variables: parameterMap!)
Expected behavior
The app to continue working.
Your Environment
Xcode 15
i18next (1.0.2)
Swift 5.0
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Crash on devices only when the method i18Next.t(key, variables: parameterMap!) is being used on Xcode 15. On simulators, it works fine.
For devices, I refer to when we debug using Xcode 15 on a device, and when we upload the app and use it from Testflight on a device.
The error in Crashlytics appears like EXC_BAD_ACCESS(KERN_INVALID_ADDRESS)
To Reproduce
When this method is called the app crashes.
Expected behavior
The app to continue working.
Your Environment
The text was updated successfully, but these errors were encountered: