NFCPassportReader icon indicating copy to clipboard operation
NFCPassportReader copied to clipboard

swift build fails with `error: no such module 'CommonCrypto'`

Open alevesely opened this issue 4 years ago • 0 comments

ale@pcale:~/NFCPassportReader$ swift build
Fetching https://github.com/krzyzanowskim/OpenSSL.git
[6279/6279] Fetching objects
Fetched https://github.com/krzyzanowskim/OpenSSL.git (39.91s)
Computing version for https://github.com/krzyzanowskim/OpenSSL.git
Computed https://github.com/krzyzanowskim/OpenSSL.git at 1.1.1400 (0.21s)
Creating working copy for https://github.com/krzyzanowskim/OpenSSL.git
Working copy of https://github.com/krzyzanowskim/OpenSSL.git resolved at 1.1.1400
Building for debugging...
/home/ale/NFCPassportReader /Sources/NFCPassportReader/AES_3DES_DESEncryption.swift:10:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/home/ale/NFCPassportReader /Sources/NFCPassportReader/AES_3DES_DESEncryption.swift:10:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
...

alevesely avatar Apr 08 '22 16:04 alevesely