Starscream: No such module 'CommonCrypto'

Created on 9 Oct 2018  路  10Comments  路  Source: daltoniam/Starscream

Use Cocoapods some error tips "No such module 'CommonCrypto'".
How to solve it

Most helpful comment

Hi, I am facing same problem. But here I am using pod 'Socket.IO-Client-Swift', '~> 13.2.0' this has starscream 3.0.0 depndencies. When I update my pod with socket.io-client-swift version 13.2.0 by default this downloads the latest version of Starscream (3.0.6). Kindly help me to fix this issue. My xcode version is 9.4.1

Just add "pod 'Starscream', '<= 3.0.5'" to your podfile

All 10 comments

Hi @lkxiluo can you please explain more about the issue?

Error is coming in websocket.swift file line no 24

the same... xcode 9.4.1

@Pro2005 for Xcode 9.x.x you need to use 3.0.5 or lover version.

Thx a lot. Adding "pod 'Starscream', '<= 3.0.5'" solves my problem

I went to compromise to use system zlib and CommonCrypto instead of from modulemap.

Hi, I am facing same problem. But here I am using pod 'Socket.IO-Client-Swift', '~> 13.2.0' this has starscream 3.0.0 depndencies. When I update my pod with socket.io-client-swift version 13.2.0 by default this downloads the latest version of Starscream (3.0.6). Kindly help me to fix this issue. My xcode version is 9.4.1

Hi, I am facing same problem. But here I am using pod 'Socket.IO-Client-Swift', '~> 13.2.0' this has starscream 3.0.0 depndencies. When I update my pod with socket.io-client-swift version 13.2.0 by default this downloads the latest version of Starscream (3.0.6). Kindly help me to fix this issue. My xcode version is 9.4.1

Just add "pod 'Starscream', '<= 3.0.5'" to your podfile

Thank you Pro 2005. It fixed my issue. (y)

i face the same problem, it fixed my issue using "pod 'Starscream', '<= 3.0.5'", my xcode is 9.4.1 and 'Socket.IO-Client-Swift', '~> 13.2.0'
thx

Was this page helpful?
0 / 5 - 0 ratings