2017年8月10日
摘要: a、安装到指定文件夹 1、安装cocoapods: gem install cocoapods --install-dir <your path> 2、执行命令:sudo gem install -n <your path> cocoapod b、创建自己的公开库放在github上 1、使用pod 阅读全文
posted @ 2017-08-10 21:14 码农时刻 阅读(146) 评论(0) 推荐(0) 编辑
摘要: https://lldb.llvm.org/lldb-gdb.html https://stackoverflow.com/questions/21063995/watch-points-on-memory-address lldb 如何查看一个指针的内容: expr <#Type#> $varNa 阅读全文
posted @ 2017-08-10 11:52 码农时刻 阅读(146) 评论(0) 推荐(0) 编辑