Post

Replies

Boosts

Views

Activity

Reply to The new navigationLinkIndicatorVisibility modifier crashes on < iOS 26
I'm doing the following hack which works ok: I do not see any difference between this and using the .navigationLinkIndicatorVisibility modifier. It places a NavigationLink with no content over your view. ZStack { YourView() // Hack to prevent the disclosure indicator from showing NavigationLink(value: ScreenType.detail(toDo.guid)) { EmptyView() }.opacity(0) } // .navigationLinkIndicatorVisibility(.hidden) // Not properly backported to < iOS 26, so crashes on launch.
Topic: UI Frameworks SubTopic: SwiftUI
Aug ’25
Reply to Xcode 26 running Mac catalyst app crashes on dynamic loading with failure to find _LocationEssentials framework
I had to go one level deeper: otool -L SuperToDos.app/Contents/MacOS/SuperToDos.debug.dylib
Replies
Boosts
Views
Activity
Jun ’25
Reply to The new navigationLinkIndicatorVisibility modifier crashes on < iOS 26
Seeing same issue with Xcode beta 6 on iOS 18.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Aug ’25
Reply to The new navigationLinkIndicatorVisibility modifier crashes on < iOS 26
I'm doing the following hack which works ok: I do not see any difference between this and using the .navigationLinkIndicatorVisibility modifier. It places a NavigationLink with no content over your view. ZStack { YourView() // Hack to prevent the disclosure indicator from showing NavigationLink(value: ScreenType.detail(toDo.guid)) { EmptyView() }.opacity(0) } // .navigationLinkIndicatorVisibility(.hidden) // Not properly backported to < iOS 26, so crashes on launch.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Aug ’25
Reply to The new navigationLinkIndicatorVisibility modifier crashes on < iOS 26
Still an issue in beta 7.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Aug ’25
Reply to Keyboard dismissal not animated
This is still an issue in iOS Beta 8
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Xcode 26.1 RC issue
Good to know it's not just me!
Replies
Boosts
Views
Activity
Oct ’25
Reply to Xcode 26.1 RC issue
Still an issue in 26.1 official release
Replies
Boosts
Views
Activity
Nov ’25
Reply to Xcode 26.1 RC issue
Yep. 26.1.1 fixes the issue. Thanks Xcode folks and everyone else here.
Replies
Boosts
Views
Activity
Nov ’25