Post

Replies

Boosts

Views

Activity

Reply to Sudden crash on launch from all TestFlight builds
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") } }
Replies
Boosts
Views
Activity
Jan ’22
Reply to How to Troubleshoot App Crashing on Real Device but Not on Simulator
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") } }
Replies
Boosts
Views
Activity
Jan ’22