整个组件化过程中遇到的问题及解决方案原文出处 hehuoya.com

pod install 报警告(debug、release。。)

解决方案:
other link flags : $(inherited)
删除pod,重新pod install
clean proj

pod中添加第三方库之后,ld错误:

解决方案:
Build archive architecture only: debug:yes
pod第三方库报错,duplicate

解决方案例如:
#import "YYImage.h" 改为 #import <YYImage/YYImage.h>

最后找不到pod工程库:

解决方案:
找不到framework错误,手动+入

pod更新错误或超时,解决方案:

git config http.postBuffer 524288000
git config https.postBuffer 524288000
git config --global http.postBuffer 1048576000
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999

最新文章

  1. GJM : AlloyTouch实战--60行代码搞定QQ看点资料卡
  2. Java中vector的使用详解
  3. 使用Alcatraz来管理Xcode插件(转)
  4. jQuery中的尺寸及位置的取和设
  5. ajax加php实现三级联动
  6. loadView 与 ViewDidLoad
  7. python-urllib2模块
  8. Java多线程编程(一)
  9. Servlet基础知识(一)——Servlet的本质
  10. sockaddr_u详解
  11. Exif格式分析
  12. 犹记当年写出bug睡不着,回想今天只求睡好渡余生……
  13. DOM基础:table(表格)
  14. Python 面向对象介绍
  15. 爬坑Linux
  16. 【学习】pandas 基础介绍说明 【pandas】
  17. Leetcode 131
  18. SWD and JTAG selection mechanism
  19. MATLAB 向量
  20. 如何修改电脑的本地网卡(非笔记本无限网卡)的mac地址

热门文章

  1. Python itertools 操作迭代对象
  2. Python游戏开发——打砖块
  3. 学习shiro第一天
  4. 记一次CTF出题WP
  5. Vue-cli3脚手架工具快速创建一个项目
  6. es6中find方法
  7. PHP 简单面向对象 验证码类(静态实例对象调用)
  8. java 反射基本认识
  9. JAVA基础复习day-01
  10. 笔记5:Django知识一