无法摆脱Apple LLVM 5.0错误 [英] Can't get rid of Apple LLVM 5.0 Error

查看:71
本文介绍了无法摆脱Apple LLVM 5.0错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

它一直在说:


致命错误:文件'/Applications/Xcode5-DP5.app/Contents/Developer/Platforms/iPhoneOS自预编译头文件<。p> $。$ / $>

'/ Users / jackiexu / Library / Developer / Xcode / DerivedData / ModuleCache / 2MWVPCGUMQ29P / ObjectiveC.pcm'已建成



注意:修改系统头后,请删除'/ Users / jackiexu / Library / Developer / Xcode / DerivedData / ModuleCache / 2MWVPCGUMQ29P'中的模块缓存



生成1个错误。


我必须至少五次删除派生数据,而且我无处可去。有什么想法吗?

解决方案

打开一个终端并输入:
rm -rf~ / Library / Developer / Xcode / DerivedData / ModuleCache / *



清理项目并重新构建。为我工作。


It keeps saying:

fatal error: file '/Applications/Xcode5-DP5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/include/objc/NSObject.h'

has been modified since the precompiled header

'/Users/jackiexu/Library/Developer/Xcode/DerivedData/ModuleCache/2MWVPCGUMQ29P/ObjectiveC.pcm' was built

note: after modifying system headers, please delete the module cache at '/Users/jackiexu/Library/Developer/Xcode/DerivedData/ModuleCache/2MWVPCGUMQ29P'

1 error generated.

I must have deleted the derived data at least five times by now, and I'm getting nowhere. Any ideas?

解决方案

Open a terminal and type in : rm -rf ~/Library/Developer/Xcode/DerivedData/ModuleCache/*

Clean your project and build again. Worked for me.

这篇关于无法摆脱Apple LLVM 5.0错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆