
debug
Limo._
Less is More
展开
-
Apple Mach-O Linker Error-iOS
项目开发的过程中添加新的文件时常常会出现这样的错误“Apple Mach-O Linker Error”,“clang: error: linker command failed with exit code 1 (use -v to see invocation)”这样的错误提示。 这是因为错误的引用导致的,解决的方法有以下方式: 1. 在工作左边导航栏Target–>Build Phase原创 2017-05-05 11:20:27 · 2000 阅读 · 0 评论 -
svn is already locked解决方案
在出错文件夹下,找到Action -> cleanup working copy locks on.即可原创 2017-05-25 09:29:20 · 579 阅读 · 0 评论 -
LLDB的简单使用
iOS5后苹果公司在xcode中集成了LLDB取代了之前的GDB. 有很多快捷键,支持别名设置,并且用户可以通过Python进行扩展。 学习资料:(a).查看apple developer视频,407 WWDC 2013: Debugging with Xcode. 413 WWDC 2013: Advanced Debugging with LLDB. (b.) 查看apple develope原创 2017-05-10 16:43:11 · 477 阅读 · 0 评论