
ios
董武明
这个作者很懒,什么都没留下…
展开
-
xcodebuild error: unable to rename temporary
error: unable to rename temporary '/Users/dongwuming/Library/Developer/Xcode/DerivedData/ModuleCache/1O2BTJJ8M5H8G/GLUIKit-2XIC2EUTSN6UE.pcm-95baab71' to output file '/Users/dongwuming/Library/Develop原创 2016-04-08 11:21:30 · 2363 阅读 · 0 评论 -
Mac OS Terminal 终端使用颜色区分文件目录配置:.bash_profile .bash_rc
在配置文件 ~/.bash_profile 加上下面配置export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "export CLICOLOR=1export LSCOLORS=ExFxBxDxCxegedabagacadalias ls='ls -GFh'之后source ~原创 2016-07-07 19:16:11 · 8002 阅读 · 0 评论 -
infer use Xcode8 error: header 'stdatomic.h' not found
使用infer和xcode8编译报错:error: header 'stdatomic.h' not found但是我们在/Applications/Xcode8.app/Contents 下find stdatomic.h,可以找到 xx@xx:/Applications/Xcode.app/Contents$ sudo find . -name “stdatomic.h” Pas原创 2016-11-17 18:39:18 · 1845 阅读 · 0 评论 -
xcodebuild 命令行编译问题汇总
1.xcodebuild: error: Scheme XXXXX is not currently configured for the clean action.因为使用xcode打开了项目工程,使得命令行默认的share 的Scheme 失效2. xcode 升级到8.3.3之后 不支持命令行 /usr/bin/xcrun -sdk iphoneos PackageApplicatio原创 2017-08-10 17:03:08 · 6337 阅读 · 0 评论