shivaRaju
shivaRaju

Reputation: 67

file has been modified since the precompiled header

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

Upvotes: 1

Views: 1445

Answers (1)

Ryan Pendleton
Ryan Pendleton

Reputation: 2626

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.

Upvotes: 3

Related Questions