libclang.dylib causing Xcode to crash

Joined
Jul 30, 2011
Messages
1
Reaction score
0
Points
1
Sometimes when I try and build a project in Xcode, roughly 1 in 10 times, it crashes and quits. I then get an error box which says: "Xcode quit unexpectedly while using the libclang.dylib plug-in". Xcode will also sometimes crash randomly with no error report. I have never heard of libclang before, what should I do?
 
Joined
Dec 13, 2012
Messages
4
Reaction score
0
Points
1
Solution

Just check the imports. It might happen sometimes when we import .m files instead of .h files. That is why libclang.dylib error occurs. I solve the issue like this only. I had my pch file having import .m file instead of .h file.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top