Post

Replies

Boosts

Views

Activity

Reply to SwiftUI : NavigationStack in new iOS 18 TabView pushes twice when path in parameter
I am experiencing this issue, although only when NavigationLinks at tapped after a list has been filtered using .searchable. That is, rows containing a NavigationLink that normally will only lead to one push on the stack will modify the path twice when that row is tapped after filtering the list with a search term using a .searchable search box. This remains present in both iOS 18 beta 7 and in iOS 18.1 beta 2.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’24
Reply to icloud-container-environment with NSPersistentCloudKitContainer
Do not be as dim witted as me! com.apple.developer.icloud-container-environment must be set in your .entitlements file, not your app's info.plist file! Additionally, if you have separate .entitlements files for your debug and release builds, be sure to set this value in the debug one. Note that TestFlight builds and releases in the store are unaffected by this entitlement—they will always use the production environment regardless of whether this entitlement is set and regardless of what it is set to if it is set.
Jun ’22
Reply to onScrollPhaseChange doesn't get called when using List
Submitted FB15595530 as I have the same issue. It would be super helpful if this worked on List.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Instruments "Failed to split user provided arguments: working directory doesn't exist"
Filed as FB15008170
Replies
Boosts
Views
Activity
Sep ’24
Reply to SwiftUI : NavigationStack in new iOS 18 TabView pushes twice when path in parameter
Still present in iOS 18 beta 8.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to SwiftUI : NavigationStack in new iOS 18 TabView pushes twice when path in parameter
I am experiencing this issue, although only when NavigationLinks at tapped after a list has been filtered using .searchable. That is, rows containing a NavigationLink that normally will only lead to one push on the stack will modify the path twice when that row is tapped after filtering the list with a search term using a .searchable search box. This remains present in both iOS 18 beta 7 and in iOS 18.1 beta 2.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Setting .fetchBatchSize causes entire collection to be immediately traversed
Yes, I'll put together a test project and try to reproduce the issue.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Setting .fetchBatchSize causes entire collection to be immediately traversed
This is a fascinating lead I have not previously found: https://stackoverflow.com/a/42751426/842106 I wonder whether my custom NSManagedObject subclasses in Swift are somehow to blame, causing unwanted bridging to Swift types, or whether I need to annotate the @FetchRequest in some way to prevent this happening...
Replies
Boosts
Views
Activity
Jun ’24
Reply to icloud-container-environment with NSPersistentCloudKitContainer
Do not be as dim witted as me! com.apple.developer.icloud-container-environment must be set in your .entitlements file, not your app's info.plist file! Additionally, if you have separate .entitlements files for your debug and release builds, be sure to set this value in the debug one. Note that TestFlight builds and releases in the store are unaffected by this entitlement—they will always use the production environment regardless of whether this entitlement is set and regardless of what it is set to if it is set.
Replies
Boosts
Views
Activity
Jun ’22
Reply to Xcode 13.2 - Internal error : Missing Package Description Module
I have the same issue. FB9807975. MacBook Pro 2019 16" i9. Am yet to upgrade to Monterey 12.1, so trying that now in case it resolves this although from what I'm reading elsewhere, doesn't seem to.
Replies
Boosts
Views
Activity
Dec ’21