Post

Replies

Boosts

Views

Activity

Reply to XCode26 and Icon Composer woes
My understanding is if you are happy with your existing icons, and the way they look on iOS/macOS 26 - there is no need to change. I created an icon file for my existing icons and built with the latest Xcode 26.1RC: 5Mb was added to each app (which is significant if your existing app size is only 10Mb), iOS 18 icons looked wrong (appeared to be using the clear icon for the default), the end result on iOS/macOS 26 was visually the same as using my pre-existing (non glass) icons. So no useful benefit.
Nov ’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:
Mar ’25
Reply to XCode26 and Icon Composer woes
My understanding is if you are happy with your existing icons, and the way they look on iOS/macOS 26 - there is no need to change. I created an icon file for my existing icons and built with the latest Xcode 26.1RC: 5Mb was added to each app (which is significant if your existing app size is only 10Mb), iOS 18 icons looked wrong (appeared to be using the clear icon for the default), the end result on iOS/macOS 26 was visually the same as using my pre-existing (non glass) icons. So no useful benefit.
Replies
Boosts
Views
Activity
Nov ’25
Reply to Navigation title in master splitview panel wrong colour with dark mode and hard scrollEdgeEffect
iOS 26.1 RC. Updated FB.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’25
Reply to Navigation title in master splitview panel wrong colour with dark mode and hard scrollEdgeEffect
Partially resolved in iOS 26.1 Title is wrong color after an immediate change in Appearance, but is correct on re-display.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’25
Reply to Navigation title in master splitview panel wrong colour with dark mode and hard scrollEdgeEffect
The code submitted is the entire project. Sorry - I don't have a spare device to try the beta.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’25
Reply to Navigation title in master splitview panel wrong colour with dark mode and hard scrollEdgeEffect
iOS 26.0.1 iPadOS 26.0.1 XCode 26.0 (17A324) Worked fine with previous iOS versions.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’25
Reply to TN3187: Migrating to the UIKit scene-based life cycle
Yes there is no checkbox - but where the arrow leads to is where you confirgure info.plist properties...
Replies
Boosts
Views
Activity
Jun ’25
Reply to Passwords App is accessing websites from ASCredentialIdentityStore associated with 3rd Party password management app
Confirmed the network scan occurs on the invocation of the Passwords App seven days after the previous scan.
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
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 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 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 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 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 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 [MacOS] How to get last shutdown date information?
who -b
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23