Building the project as per the instructions provided throws out two errors:
ranlib: can't open file: /Users/home/Library/Developer/Xcode/DerivedData/openssl-cmnawkvroygzlpevqsgyzntmzqbz/Build/Products/Debug/libcrypto.a (No such file or directory)
ranlib: can't open file: /Users/home/Library/Developer/Xcode/DerivedData/openssl-cmnawkvroygzlpevqsgyzntmzqbz/Build/Products/Debug/libssl.a (No such file or directory)
Examining the referred location reveals there's no both the libcrypto.a and libssl.a files. The source code folder contains identically named files but with the num extension.
Is there a solution?