Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I deal with this warning: hash mismatch?

Tags:

After I update Xcode 7.3 and run the project,I get a warning :

hash mismatch: this object file was built against a different version of the module /Users/lu/Library/Developer/Xcode/DerivedData/ModuleCache/1Q58A4KYC5CO8/SystemConfiguration-1VJ1XGF5LU890.pcm.

How can I deal with it?

like image 542
luzy Avatar asked Apr 07 '16 05:04

luzy


People also ask

How do I fix hash errors?

In most cases the problem can be solved just by updating Hunter to latest version and using latest packages version in case you have saved non-default versions in LOCAL . There will be no automatic update of hashes introduced since it affects binary cache, hence all the packages should be re-uploaded.

What is a security hash mismatch?

Hash Mismatch usually means that the Pre-Shared Key (PSK) being used is wrong. When you get the "Hash Mismatch" error, the Hash algorithm is being rejected. However, this is not due to choosing an incorrect "Hashing" algorithm for Phase 1.


1 Answers

I have just had a similar error and you can solve it by cleaning and building again.

Regards and happy coding.

like image 66
Stornu2 Avatar answered Oct 26 '22 10:10

Stornu2