project报例如以下错误:

fatal error: file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/
Developer/SDKs/iPhoneSimulator8.0.sdk/usr/include/sysexits.h' has been modified since the 
precompiled header '/Users/Lycros/Library/Developer/Xcode/DerivedData/ModuleCache/NZL05J5PKZ6B/
***.pch.pch' was built 

解决方案例如以下:

Quit Xcode and remove everything in the module cache located here:

~/Library/Developer/Xcode/DerivedData/ModuleCache (删除该文件里的缓存就可以)

The cache that was built with a previous version of Xcode is invalid for this version of Xcode and SDK, and that is causing your error 

最新文章

  1. 超全面的.NET GDI+图形图像编程教程
  2. 增量式PID推导及C语言实现
  3. 《HelloGitHub月刊》第07期
  4. python几个重要的模块备忘
  5. [CareerCup] 13.2 Compare Hash Table and STL Map 比较哈希表和Map
  6. 【Matplotlib】 增加图例
  7. Java基础之读文件——使用通道读取混合数据1(ReadPrimesMixedData)
  8. mysql 慢查询开启
  9. nonce和timestamp在Http安全协议中的作用
  10. grunt-npm编译bootstrap源码
  11. 转:三十二、Java图形化界面设计——布局管理器之CardLayout(卡片布局)
  12. Etcd学习(一)安装和.NETclient測试
  13. Day1 - Python基础1 介绍、基本语法、流程控制
  14. java 垃圾回收总结(可达性分析 引用分类
  15. 微信公众号开发笔记1(nodejs开发的)
  16. Assert与内存泄漏
  17. 使用ML.NET和Azure Function进行机器学习 - 第1部分
  18. 前端后台以及游戏中使用Google Protocol Buffer详解
  19. c#通用配置文件读写类与格式转换(xml,ini,json)
  20. prometheus+telegraf无法监控网络流量的问题

热门文章

  1. 解决ajax的parsererror错误的终极办法(后台传给前台的数据json问题)
  2. Docker Register安装与基本认证
  3. 【转】WCF传输大数据的设置
  4. SpringMV---params and headers
  5. MVC中提交包含HTML代码的页面处理方法(尤其是在使用kindeditor富文本编辑器的时候)
  6. MyBatis《1》
  7. 《java.util.concurrent 包源码阅读》20 DelayQueue
  8. webpack之前端性能优化(史上最全,不断更新中。。。)
  9. 【微软大法好】VS Tools for AI全攻略(3)
  10. jQuery中使用$.each()遍历后台响应的json字符串问题