rami965
rami965
Yes, I noticed the same thing. Here is the steps to reproduce: - Run the sample from Xcode on a device (I'm using iPhone 7 (14.6)) and signup/login with any...
@QB-liubov-shmatok Doesn't work for me either with provided steps.
@Abedalkareem This is my solution if it helps: I added an extension for `NSTextAlignment ` ```swift import LanguageManager_iOS extension NSTextAlignment { static var defaultAlignment: NSTextAlignment { return LanguageManager.shared.currentLanguage == .ar...
I'm having the same issue, setting 'ENABLE_BITCODE' to 'NO' didn't solve the problem. Xcode 13.2.1 **Edit:** updating to Xcode 14.1 resolved the issue.