Post

Replies

Boosts

Views

Activity

Comment on Could not find landmarks in scope.
Back again, after double checking the tutorial. And I realized that the tutorial is actually correct, it DOES mention the same change: "Step 2 Use modelData.landmarks as the data when filtering landmarks." - I guess the problem is that step 2 was somehow easy to miss (or they fixed it since I looked there last time 🤪 ) tutorial at https://developer.apple.com/tutorials/swiftui/handling-user-input and we are talking about Section 5, Step 2.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22
Comment on Could not find landmarks in scope.
This is the correct answer. To be clear: (1) Yes there is a mistake in the tutorial. (2) This fix needs to be applied to LandmarkList.swift. On line 15, change "landmarks.filter { landmark in" into "modelData.landmarks.filter { landmark in" (3) Thank you to @ayee999
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22
Comment on Playback of HLS with AES-128 encryption on iOS 16
Actually I just tested the latest iOS 16.1 beta 4 and it seems like the issue might have been fixed as I once again get images. Thanks 😊
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Can you install macOS Ventura on an separate volume? (Apple Silicon)
Can you please detail or point to the detail of the full steps to do a macOS ventura installation on a separate partition? And what is CCC?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Could not find landmarks in scope.
Back again, after double checking the tutorial. And I realized that the tutorial is actually correct, it DOES mention the same change: "Step 2 Use modelData.landmarks as the data when filtering landmarks." - I guess the problem is that step 2 was somehow easy to miss (or they fixed it since I looked there last time 🤪 ) tutorial at https://developer.apple.com/tutorials/swiftui/handling-user-input and we are talking about Section 5, Step 2.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Could not find landmarks in scope.
This is the correct answer. To be clear: (1) Yes there is a mistake in the tutorial. (2) This fix needs to be applied to LandmarkList.swift. On line 15, change "landmarks.filter { landmark in" into "modelData.landmarks.filter { landmark in" (3) Thank you to @ayee999
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22