1

i'm having this llvm error when app is run in simulator,help me to solve this issue thnqs in advance

file '/Applications/Xcode6-Beta2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchDisplayController.h' has been modified since the precompiled header '/Users/sr/Library/Developer/Xcode/DerivedData/JCIIndiaH1-gqpbvvizxkxqsacxykeoxauakjma/Build/Intermediates/PrecompiledHeaders/JCIIndiaH1-Prefix-acfqmfgecxditvcehzyarrulqirr/JCIIndiaH1-Prefix.pch.pch' was built

shivaRaju
  • 67
  • 9
  • 2
    I'm not sure if you feel that none of your previous questions have been answered, but I noticed you haven't accepted answers for any of your previously asked questions. Just in case you weren't aware, if you feel that an answer solves a question you ask, please consider [accepting it](http://meta.stackexchange.com/q/5234/179419) by clicking the check-mark. This indicates to the wider community that you've found a solution and gives some reputation to both the answerer and yourself. – Ryan Pendleton Oct 21 '14 at 07:58
  • thanks you for your advice,i'm not fully aware of stack over flow because i'm new to this – shivaRaju Oct 22 '14 at 09:47

1 Answers1

3

Typically, most users are able to solve this by cleaning their build folder (Product -> Clean Build Folder). However, there have been numerous reports of this happening in Xcode 6. The solution for many is to delete the folder ~/Library/Developer/Xcode/DerivedData/ModuleCache.

Ryan Pendleton
  • 2,566
  • 19
  • 29