Ditto. Code that works fine on iOS 12, 13, 14 and 15 (devices) fails on iOS 15 simulator.
SecItemAdd returning errSecAuthFailed.
kSecAttrAccessControl object has kSecAccessControlBiometryCurrentSet|kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly
I did submit a big report with iOS 13 in 2020, but then was unable to recreate with iOS 13.5.1 to provide additional debug data.
I have not seen the issue manifest itself recently (iOS 15). So sorry, didn’t have the energy to do so for the above incident.
Same here. XCode 14.2. Crashes every 5 minutes or so, with no input.
Always: Crashed Thread: Dispatch queue: DVTSourceControlGitXPCClient :: Proxy Completion Queue
Submitted. FB12084416
The app is SamuraiSafe, but it's code is not executed prior to the exception being raised (I checked in the debugger),
so I don't think it is app dependent. It is written in Objective C.
HI I'm having the same issue - and same need. Ideally I would like to link the file so the app extension can access it. But if I have to - a copy is ok.
I've seen this dialog too with my password management app, and don't understand why it appears. The message indicates the developer needs to do some work to resolve the issue. What is it?
Worked this out: iOS18 introduced
[ASCredentialProviderViewController prepareInterfaceForUserChoosingTextToInsert]
and
[ASCredentialProviderExtensionContext completeRequestWithTextToInsert:completionHandler]
To insert user selected text from a 3rd party credential provider.
This is the interface required to satisfy such requests. If it doesn't exist and your credential provider is the only one selected you will see that message.
Ditto. Code that works fine on iOS 12, 13, 14 and 15 (devices) fails on iOS 15 simulator.
SecItemAdd returning errSecAuthFailed.
kSecAttrAccessControl object has kSecAccessControlBiometryCurrentSet|kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly
I did submit a big report with iOS 13 in 2020, but then was unable to recreate with iOS 13.5.1 to provide additional debug data.
I have not seen the issue manifest itself recently (iOS 15). So sorry, didn’t have the energy to do so for the above incident.
Same here. XCode 14.2. Crashes every 5 minutes or so, with no input.
Always: Crashed Thread: Dispatch queue: DVTSourceControlGitXPCClient :: Proxy Completion Queue
Submitted. FB12084416
The app is SamuraiSafe, but it's code is not executed prior to the exception being raised (I checked in the debugger),
so I don't think it is app dependent. It is written in Objective C.
HI I'm having the same issue - and same need. Ideally I would like to link the file so the app extension can access it. But if I have to - a copy is ok.
I've seen this dialog too with my password management app, and don't understand why it appears. The message indicates the developer needs to do some work to resolve the issue. What is it?
Worked this out: iOS18 introduced
[ASCredentialProviderViewController prepareInterfaceForUserChoosingTextToInsert]
and
[ASCredentialProviderExtensionContext completeRequestWithTextToInsert:completionHandler]
To insert user selected text from a 3rd party credential provider.
This is the interface required to satisfy such requests. If it doesn't exist and your credential provider is the only one selected you will see that message.