Closed rzolin closed 7 years ago
@rzolin Hi, I just updated the project to Swift 4, you can check tag 1.0.0. And can you test with my example https://github.com/onmyway133/Arcane/tree/master/Example/CommonCryptoSwiftDemo? I built without any problem
In search for answer to use CommonCrypto in my Swift Cocoapod I found your pod, which seems to be the answer. But I ran into an issue on XCode 9 (beta 6) with iOS11. If I include your pod it gives me the error
redefinition of module 'CCommonCrypto'
for each of the deployment targets like so:Any ideas how to fix that?