Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid diagnostics signature

Tags:

swift

When I build my project and I don't know how, I got this type of warning:

Could not read serialized diagnostics file: Invalid File: Invalid diagnostics signature 

It is just shows the name of class but did not mentioned any location.

Any advise?

like image 356
Xin Lok Avatar asked Mar 02 '23 08:03

Xin Lok


1 Answers

This is new as of Xcode 11.5, as far as I can tell, and it happens when you interrupt a running build. The warnings disappear when you let a new build run to completion.

like image 120
Gereon Avatar answered Mar 12 '23 11:03

Gereon