首页 > 系统服务 > 详细

shell常用命令

时间:2015-07-09 19:32:26      阅读:182      评论:0      收藏:0      [点我收藏+]

1.crash log 奔溃定位

  dwarfdump --arch=<arch> --lookup 0x44b79 <target>.app.dSYM

  atos -arch <arch> -o <target>.app/<target> 0x000235f3

2.xcode安装路径查询和设置

  xcode-select -print-path #查询

  xcode-select --switch <path>   #设置

3.查看库的指令集

  xcrun -sdk iphoneos lipo -info

4.查看编译器路径

  xcrun -find -sdk iphoneos clang

5.合并 .a 静态库

  lipo -create <target1>.a  <target2>.a  -output <target>.a

6.查询xcodebuild sdk版本

  xcodebuild -showsdks

shell常用命令

原文:http://www.cnblogs.com/hlfme/p/4633800.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!