Same with me.
Xcode: 13.2.1, iPhone: 14.2 and 14.8 without "Debug executable" causes 100% crash. It's OK when I checked the "Debug executable".
I created new iOS project and added a button on ContentView and press the button.
Task("Hello, world!") .padding() Button("Run task") { Task.init { print("run task") } }
Post
Replies
Boosts
Views
Activity
Xcode: 13.2.1, iPhone: 14.2 and 14.8 without "Debug executable" causes 100% crash.
It's OK when I checked the "Debug executable".
I created new iOS project and added a button on ContentView and press the button.
Task("Hello, world!")
.padding()
Button("Run task") {
Task.init {
print("run task")
}
}