반응형
🔧 Error Solution 001
+ Debug -> Debug Workflow -> Always Show Disassembly 체크 해제
🔧 Error Solution 002
I had the same problem with an old project.
Select Product(located at top menu bar) -> Scheme -> EditScheme and I solved this issue by clicking on "Debug Executable", as shown in Picture.
Maybe this will help someone else too.
🚀 REFERENCE
Xcode 8 Breakpoint in file not working
I have one file,SignInViewController.swift, in my Xcode project that out of nowhere has begun not stopping on breakpoints. I have a breakpoint in viewDidLoad() and a few in viewDidAppear(). I have
stackoverflow.com
xcode에서 debug 모드가 안될 때
1. 현재 Build Configuration이 Release가 아닌지 확인 2. 최신버전 sdk(3.1 이후라고 알고 있음)에서 기본환경설정값이 바뀌는 경우에 안되는 경우 있다고 함 >> 메뉴의 [Xcode]-[Preferences]-Symbol Loading Op..
jyui.tistory.com
반응형
댓글