摘要:
### Error ``` RuntimeError - [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[], "outputFileListPaths"=>[]} for the ' 阅读全文
摘要:
LLDB (Low Level Debugger)默认内置于Xcode的动态调试工具 1.打印命令 po age /call age /p age /print age 查看所有的断点:breakpoint list 2.断点操作 breakpoint list 3.设置观察点 watchpoint 阅读全文
摘要:
Xcode 创建一个mac OS command Line Tool程序 步骤打开终端 cd + 工程路径(绝对路径)(注:拖拽main.m文件到终端) input —preprocessor—-complier—backend—assembler—-linker—bind-arch 程序入口做的处 阅读全文