Xcode中遇到attaching to 问题,即build成功,但模拟器挂起,不执行的解决方法.
在确认app name和product name相同的情况下,在工程中打开edit scheme中的run xxx.app,将其中的debugger修改为none,默认为lldb(Xcode 4.0中改为gdb)
Xcode中遇到attaching to 问题,即build成功,但模拟器挂起,不执行的解决方法.
在确认app name和product name相同的情况下,在工程中打开edit scheme中的run xxx.app,将其中的debugger修改为none,默认为lldb(Xcode 4.0中改为gdb)