Post

Replies

Boosts

Views

Activity

Comment on NavigationLink and .navigationDestination Hang and Infinite Loop
From the research I have done, that log error seems to be common and not an issue. I believe that .navigationDestination searches the stack for the referenced Type. It's saying that it found more than one of that Type on the stack, which is expected since there are 2 FirstView instances pushed, and it is using the closest declaration, which is the one declared in the top most FirstView. That seems to be correct. I'll post the ObservedObject code separately since won't fit here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’23
Comment on How to stop macOS 13 beta updates?
I had looked at this 3 times before. I tried again and this time in the settings there was small print that said something like this Mac is part of the developer program and there was a learn more link. Clicking on that link brought up an alert asking if I wanted to restore to the original settings. I clicked on yes/restore and that fixed my problem. I was sure that wasn't there before the other 3 times I looked at this but maybe somehow I missed it. Thanks for helping me to look at it again.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’22