
xcode
小老尚
书之,记下了。好记性不如烂笔头。
展开
-
xcode使用技巧一:一次性替换引用
一次性修改引用:选定符号:局部变量或参数Editor->Edit all in Scope (control+command+E)输入目标名称修改完成后,鼠标选择其他引用,命令继续有效原创 2016-11-07 17:55:08 · 643 阅读 · 0 评论 -
xcode使用技巧二:快捷键
快捷操作技巧鼠标 命令 作用 control-F 向右 (Forward) control-B 向左 (Backward) control-P 前一行 (Previous) control-N 下一行 (Next) control-A 行首 (command+<-) control-E 行尾 (command+->) control-T原创 2016-11-07 18:01:07 · 289 阅读 · 0 评论 -
Time Profiler在Sierra不可用XRStrategiesToolbarViewController
Time Profiler在Sierra不可用XRStrategiesToolbarViewController-[NSNib _initWithNibNamed:bundle:options:] could not load the nibName: XRStrategiesToolbarViewController in bundle (null).macOS系统升级到Sierra后,Ins原创 2016-11-29 10:00:46 · 409 阅读 · 0 评论 -
mac xip cpio read error:undefined error:0
Xcode_8.1.xipxip 解压cpio read error:undefined error:0方案一、去除解压1、磁盘空间大小足够 2、去除解压验证。终端键入,重启Finder,不行就重启电脑xattr -d com.apple.quarantine Xcode_8.1.xip 3、双击xip文件解压方案二、升级mac os系统方案一不行的情况下,mac os系统升级到10.11.6以原创 2016-11-24 21:40:05 · 7170 阅读 · 0 评论 -
xcode编译错误"std::__1::__vector_base_common<true>::__throw_length_error() const"
Undefined symbols for architecture armv7:"std::__1::__vector_base_common<true>::__throw_length_error() const"......link STL的错误是编译静态库的时候使用不同版本的标准库(C++ Standard Library)类似情况会出现在 c++ 混编的情况下,如下设置可消除报错:原创 2017-06-14 14:54:18 · 6205 阅读 · 2 评论