William Alexander

Results 6 comments of William Alexander

Same-ish problem on Xcode 13.4.1 Seems to be related to no info.plist file now as this is generated (although you can still go back to having a real plist file)...

> * Also have you noticed that it only happens on certain versions of react-native-keychain, but not on others? > cc @WilliamAlexander On "react-native-keychain": "^8.0.0", at the mo. Happens now...

> Thanks for the answer @WilliamAlexander. We're thinking of moving to securestore as well. That's interesting. I was curious if any data I have in the keystores using this npm...

Same here on : Device: Moto E (4) OS: 7.1.1 xx-keychain: 6.1.1 java.util.concurrent.TimeoutException android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding.finalize() timed out after 10 seconds Binder.java:-2 android.os.BinderProxy.transactNative Binder.java:615 android.os.BinderProxy.transact IKeystoreService.java:1341 android.security.IKeystoreService$Stub$Proxy.abort KeyStore.java:519 android.security.KeyStore.abort AndroidKeyStoreCipherSpiBase.java:744 android.security.keystore.AndroidKeyStoreCipherSpiBase.finalize AndroidKeyStoreUnauthenticatedAESCipherSpi.java:-1...

FYI: I spun up AWS Device Farm and tested on a 7.1.1 device (Samsung Galaxy Note8). No problems

I've seen something like this before. I did following: rm -rf node_modules && npm install