Github源码下载地址:https://github.com/Coding/Coding-iOS
 
Coding 上下载地址: https://coding.net/u/coding/p/Coding-iPad/git

Github源码下载地址:https://github.com/Coding/Coding-iPad
 
 
第一个问题:
diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
 
 
解决方法:pod install
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Coding_iOS` to `Pods/Target Support Files/Pods-Coding_iOS/Pods-Coding_iOS.debug.xcconfig` or include the `Pods/Target Support Files/Pods-Coding_iOS/Pods-Coding_iOS.debug.xcconfig` in your build configuration.

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Coding_iOS` to `Pods/Target Support Files/Pods-Coding_iOS/Pods-Coding_iOS.release.xcconfig` or include the `Pods/Target Support Files/Pods-Coding_iOS/Pods-Coding_iOS.release.xcconfig` in your build configuration.

 
cocoapods方面遇到的警告解决方法:
然后再: pod install
 
2. ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to see invocation)
 
 
解决方法:几年了,由于第一次遇到这个问题,以前顶多也就是说ld: library not found for -lxxx  等缺失第三方库,这次的问题是缺失pods,网上说的方法也都基本上用过了,但是没有用。偶然看到stackoverflow上面有一段关于解决该问题的描述,虽然不是很匹配我的问题,但是我找到了我的项目对应的位置,并做了将libPods.a直接删除的操作,居然问题解决了。
 
 
 
 
 
无论如何,问题是解决了,也算是一种方法,以后遇到类似的问题,也可以参照一下。

最新文章

  1. Spring task定时任务
  2. 错误 "sgen.exe" exited with code 1.解决方法(转)
  3. hibernate学习(5)——对象状态与一级缓存
  4. 推荐几个好用的在线svn空间
  5. SQL*Plus命令行工具连接Oracle数据库
  6. Apache Spark源码走读之18 -- 使用Intellij idea调试Spark源码
  7. spring 依赖注入 小结
  8. #maven系列(4)-maven插件的介绍
  9. jQuery-menu-aim有時候不能觸發BUG解決辦法
  10. Apache服务器部署ASP.NET网站
  11. wamp集成环境php多版本搭建(php5.5,php5.6,php7.0.6)
  12. OpenJTAG+Eclipse 3.5+GDB+Mini2440图文教程
  13. 潜在语义分析Latent semantic analysis note(LSA)原理及代码
  14. Android Studio配置统一管理依赖版本号引用
  15. log4j详细配置
  16. 读SRE Google运维解密有感(二)
  17. AppHangB1:explorer进程停止与Windows交互
  18. NET Core Mvc发布带视图文件的方法!
  19. 【Git】Git的正确学习方式
  20. 使用react-redux开发的简单步骤

热门文章

  1. 删除Windows中隐藏的物理网卡和网络虚拟化失败后的虚拟网卡
  2. 你知道 Twitter,但你可能不知道它的 “成长模式” 和 “参与阶梯”
  3. Oozie coordinator 作业自定义的配置的一些方法
  4. h3c防火墙的设置过程
  5. codevs1022 覆盖[Hungary 二分图最大匹配]
  6. Struts2 入门
  7. Java设计模式之单例
  8. ThreadLocal()理解
  9. [No00007A]没有文件扩展".js"的脚本引擎 解决办法
  10. Linux 进程间通讯详解二