Xcode13.0 iOS15 debug异常崩溃

Posted by wbq on October 12, 2021

早上应用各种崩溃,一个应用WKWebiew莫名崩溃、另一个则是起都起不来。只要不是处于调试模式下都OK,即便是从模拟器点开app。分析了半天还是同事告知是苹果出了问题….

iOS & iPadOS 15 Release Notes image.png

临时解决办法

1
2
Workaround: In Xcode, select Product > Scheme > Edit Scheme, 
then deselect Run > Options > Queue Debugging > “Enable backtrace recording.”

先这么的,乖乖等13.1吧 - - 。