Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Replied In
Canvas crashes with Task code
@gemix, yeap, for now only via crutch, lol, to wrap task in2 this:
if ProcessInfo
.processInfo
.environment["XCODE_RUNNING_FOR_PREVIEWS"] != "1" {
Task {
.... }
}
This one detects preview 🤷🏼♂️