monoceros

swiftui monoceros pop missing destination

Solve trying to pop to a missing destination in SwifUI

You might have come across this strange “trying to pop to a missing destination” error message in the console whilst debugging your app in Xcode: Trying to pop to a missing destination at /Library/Caches/com.apple.xbs/Sources/Monoceros/Monoceros-103/Shared/NavigationBridge_PhoneTV.swift:337 This issue apparenty arises when a NavigationView contains a TabView, and one or more of the tabs contain a NavigationLink: after […]