I have installed the latest version of Kingfisher
i.e. pod 'Kingfisher', '~> 5.0'
, yet when I try to build my project I am receiving the following compile error:
No such module 'CommonCrypto' String+MD5.swift
I have no idea why this error is occurring.
Xcode version: 9.4.1
platform :ios, '10.0'