Xcode 16 Slow After iOS 18 Update, NavigationLink Not Working
After updating Xcode to version 16 for iOS 18, I noticed severe performance issues, especially with SwiftUI previews. In addition, there seems to be an increase in bugs in my app, with one major issue being that NavigationLink no longer works as expected. I use NavigationLink in my toolbar to navigate to a settings view, but it fails to trigger navigation now.