Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fatal Error in DerivedData/ModuleCache

all my xcode project have this kind of error in the modulecache

fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/FollowmeCrazy/Library/Developer/Xcode/DerivedData/ModuleCache/3C4GAENHLL37T/Darwin.pcm": module file not found'

I already delete the derived data in the xcode then clean it still nothing happens.

how can i resolve this?

like image 657
Kelvz Avatar asked Jun 28 '14 09:06

Kelvz


1 Answers

In Xcode, go to Window-> Organizer ->Projects, select your project, and press the "Delete" button next to "Derived Data".

If this doesn't work, you can try Product->Clean (Cmd+Shift+k).

like image 139
Sreeraj VR Avatar answered Sep 30 '22 18:09

Sreeraj VR