「Error from Debugger: Previous frame inner to this frame (gdb could not unwind past this frame)」が出たときの対処方法
公開日:
:
最終更新日:2014/01/08
Xcode
記事内に広告を含む場合があります。記事内で紹介する商品を購入することで、当サイトに売り上げの一部が還元されることがあります。
Xcodeでのデバッグ時に
Error from Debugger: Previous frame inner to this frame (gdb could not unwind past this frame)
というエラーメッセージが出てしまった。
以下に説明する設定を行うことで、このエラーを回避することができた。
「C/C++コンパイラのバージョン」を「GCC 4.2」に設定する。
上記の設定を行った後で
ビルド→すべてのターゲットをクリーニング をクリックする。
これで先程のエラー「Error from Debugger: Previous frame inner to this frame (gdb could not unwind past this frame)」が出なくなった。