Post

Replies

Boosts

Views

Activity

Reply to AutoFill Unavailable - The developer needs to update it to work with this feature.
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.
Topic: Privacy & Security SubTopic: General Tags:
Mar ’25
Reply to Disable password autofill in MacOS app
I provide a solution here. It is not pretty. But it works.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to SecItemAdd returns errSecAuthFailed
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
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Can't open iCloud UIDocument when Files.App has SMB server connection and no network.
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.
Replies
Boosts
Views
Activity
Jan ’22
Reply to Xcode 14.0.1 crashes while idle
Same here. XCode 14.2. Crashes every 5 minutes or so, with no input. Always: Crashed Thread: Dispatch queue: DVTSourceControlGitXPCClient :: Proxy Completion Queue
Replies
Boosts
Views
Activity
Jan ’23
Reply to Xcode 14.0.1 crashes while idle
A workaround is to disable Source Control in settings. But defeats a major purpose of the editor.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Password autofill on Safari 16.4 raises exception
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.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Password autofill on Safari 16.4 raises exception
A workaround is to invoke the app dialog that allows credential selection (AppName....). That all works fine.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to [MacOS] How to get last shutdown date information?
who -b
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to iCloud Drive never syncs with Xcode 14.1 simulator on M1 Mac (OK on Intel)
Ventura and XCode 14.3 is working!
Replies
Boosts
Views
Activity
Jun ’23
Reply to Password autofill on Safari 16.4 raises exception
Resolved in Safari 16.5 supplied with macOS Ventura 13.4.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Identity section missing from Widget target
Same problem for me - with an app extension. To change anything (including the version), I need to use XCode 14. This needs to be fixed!
Replies
Boosts
Views
Activity
Sep ’23
Reply to Safari Autofill Quicktype bar doesn't appear on Silicon Mac
OK - this was unexpected: the quicktype bar started working some time after using Safari for a couple of hours.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Encountering Error Domain=NSCocoaErrorDomain Code=513 while creating hard link between files on MacOS(Mac Catalyst App)
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.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to AutoFill Unavailable - The developer needs to update it to work with this feature.
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?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to AutoFill Unavailable - The developer needs to update it to work with this feature.
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.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25