【发布时间】:2016-01-29 01:45:12
【问题描述】:
我用于创建嵌入式框架的外部构建脚本依赖于 libtool,它位于 /Applications/Xcode 6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin 中
为了正确构建框架,我必须手动将 libtool 复制到 /Applications/Xcode 7.app/Contents/Developer/Platforms/iPhoneOS.platform/usr
使这个永久化的最佳方法是什么?使用 Travis CI 时怎么样?感觉编辑xcode不太理想。
【问题讨论】:
标签: xcode libtool-xcode