Xcode
文章平均质量分 77
细粉条
iOS开发妹子,wx号:lily-Dly,欢迎沟通交流!
展开
-
ld: ‘’ does not contain bitcode. You must rebuild it with bitcode enabled ...
今天编译工程,出现错误:ld: ‘/Users/**/Framework/SDKs/**SDK.a(**.o)’ does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendo原创 2015-12-17 10:25:56 · 660 阅读 · 0 评论 -
Xcode -ObjC, -force_load,-all_load
做项目的时候,需要使用到一个第三方库,这个库的使用向导里面特别说明,在添加完该库后,需要在Xcode的Build Settings下Other Linker Flags里面加入-ObjC标志,这个标志以前没使用过,所以我就专门研究了一下它的作用。 之所以使用该标志,和Objective-C的一个重要特性:类别(category)有关。根据这里的解释,Unix的标准静态库实现和Objecti转载 2016-02-25 16:13:29 · 586 阅读 · 0 评论 -
Xcode插件之Alcatraz的安装
1.在终端中输入如下命令行:mkdir -p ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins;curl -L http://git.io/lOQWeA | tar xvz -C ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins转载 2016-01-23 15:41:53 · 869 阅读 · 0 评论 -
Installing Ruby 2.0.0 with RVM and Homebrew on Mac
Installing Ruby 2.0.0 with RVM and Homebrew on Machomebrew官网:http://brew.sh/index.html参考地址:http://www.interworks.com/blogs/ckaukis/2013/03/05/installing-ruby-200-rvm-and-homebrew-mac-os-x-108-mo转载 2015-05-08 13:47:05 · 915 阅读 · 0 评论 -
安装XCTool遇到的问题
xctool原创 2017-07-07 11:42:01 · 954 阅读 · 0 评论