摘要: 1.选择target(就是左边你的工程target)-->BuildSettings-->search Paths下的User Header Search Paths 2.添加“$(PODS_ROOT)”(没有引号),选择:recursive, 这样设置完之后,再在工程中导入第三方类库就有提示了。 阅读全文
posted @ 2016-03-19 21:43 i个O人S发 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1.在终端运行: ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/xcodeproj 2.解决方法: 将其改成等待几秒即可: $ sudo gem install -n /usr/loc 阅读全文
posted @ 2016-03-19 21:20 i个O人S发 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 在使用AFNetworking 2.0 的时候本来一切很顺畅,但是中途遇到几个比较坑的地方 在发送请求后,NSURLSessionDataTask一直报错 Error Domain=com.alamofire.error.serialization.response Code=-1016 "Requ 阅读全文
posted @ 2016-03-16 11:00 i个O人S发 阅读(208) 评论(0) 推荐(0) 编辑
摘要: Xcode 7.2真机运行出现的问题: The identity used to sign the executable is no longer valid. Please verify that your device’s clock is properly set, and that your 阅读全文
posted @ 2016-02-25 22:39 i个O人S发 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1.Create a pch , call name is project+xxx.pch For example: DuoME-PrefixHeader.pch 2.在project——》Build Settings——》search Prefix Header ——》 把Precompile P 阅读全文
posted @ 2016-02-25 22:25 i个O人S发 阅读(180) 评论(0) 推荐(0) 编辑