So happy that SwiftUI Previews are using the same objects made during build and run cycles. Should be way more consistent now 🤞
| cyberspace | https://samspencer.art |
| pronouns | he / him / his |
| threads | https://www.threads.net/@spam.sencer |
| cyberspace | https://samspencer.art |
| pronouns | he / him / his |
| threads | https://www.threads.net/@spam.sencer |
Did your iOS 17 Simulators get deleted recently?
The macOS anti-malware system XProtect got an update a couple of days ago, XProtectPayload 132, it found a false positive in the simulator runtime disk image and so would try and eliminate it. An updated 133 is out, check for updates and it should download the security update.
@swiftly +1 to the existing comment about WWDC sessions, but there are some very handy LLDB commands you can use in the debugger when execution is paused. I frequently find myself using “po” to print out values, and “bt” to display the full back trace of the current call.
Is there anything specific you’re looking to learn?