При настройке приложения Firebase я получаю следующую ошибку:
Код: Выделить всё
[Firebase/Auth][I-AUT000001] Error loading saved user when starting up: Error Domain=FIRAuthErrorDomain Code=17995 "An error occurred when accessing the keychain. The NSLocalizedFailureReasonErrorKey field in the NSError.userInfo dictionary will contain more information about the error encountered" UserInfo={FIRAuthErrorUserInfoNameKey=ERROR_KEYCHAIN_ERROR, NSLocalizedFailureReason=SecItemCopyMatching (-34018), NSLocalizedDescription=An error occurred when accessing the keychain. The NSLocalizedFailureReasonErrorKey field in the NSError.userInfo dictionary will contain more information about the error encountered}- Добавлен пакет Xamarin.Firebase.iOS.Auth.
- Загружен и добавлен GoogleService-info.plist как BundleResource.
- Добавлено следующее код: Firebase.Core.App.Configure();.
- Получается та же ошибка связки ключей.
Подробнее здесь: https://stackoverflow.com/questions/786 ... t-while-co
Мобильная версия