Xcode 15 Assertion failed: (false && “compact unwind compressed function offset doesn‘t fit in 24

xcode 真机运行报错:Assertion failed: (false && "compact unwind compressed function offset doesn't fit in 24 bits"), function operator(), file Layout.cpp, line 5758

As shown below:

Solution:

在 targets-->Build Settings -->Other Linker Flags   里添加  -ld_classic

As shown below, then recompile and run

PS: Xocde 15 has too many bugs, and I feel very tired after upgrading! ! ! Friends, you can post problems and solutions in the comment area to encourage each other! !

Guess you like

Origin blog.csdn.net/wyz670083956/article/details/134292768