iOS: Debugging not working in XCode

前端 未结 3 783
礼貌的吻别
礼貌的吻别 2020-12-20 16:28

I\'m using XCode 4 and iOS SDK 4.3. My debugging worked fine but now i discovered that when setting a breakpoint, the app pauses but XCode doesn\'t

3条回答
  •  难免孤独
    2020-12-20 17:23

    Try changing the compiler: "GCC_VERSION = com.apple.compilers.llvmgcc42" to "GCC_VERSION = com.apple.compilers.llvm.clang.1_0"

    Then compile and run again

    Greetings

提交回复
热议问题