본문 바로가기

iOS개발팁

Previous frame inner to this frame

가끔 XCode에서 브레이크포인터가 안 걸리고 아래의 오류 메시지를 출력할 때가 있다.

Error from Debugger: Previous frame inner to this frame (gdb could not unwind past this frame)

이럴 때에는 컴파일러를 LLVM GCC4.2 에서 GCC4.2로 바꾼 후 프로젝트를 CleanAll 하고 다시 빌드하면 브레이크 포인트가 잘 걸린다.