Socket.io-client-swift: missing required modules: 'SSCZLib', 'SSCommonCrypto'

Created on 10 Sep 2017  路  5Comments  路  Source: socketio/socket.io-client-swift

socket.io-client-swift/Source/SocketIO/Engine/SocketEngine.swift:27:8: error: missing required modules: 'SSCZLib', 'SSCommonCrypto'
import StarscreamSocketIO

wx20170910-065907

unconfirmed

Most helpful comment

I still see the issue on the latest version: 13.1.0

All 5 comments

I've fixed it by reference the project StarstreamSocket, like picture below.
wx20170910-225556

How did you install the lib?

I am also getting the same issue. I have installed the library with carthage. What to do?

In your 'Build Settings' -> 'Swift Compiler - Search Paths' -> 'Import Paths', add the path of the fold 'zlib', for example, $SRCROOT/$PROJECT_NAME/zlib, and then it should work.

I still see the issue on the latest version: 13.1.0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Yelles picture Yelles  路  5Comments

harshanakaru picture harshanakaru  路  4Comments

MihaelIsaev picture MihaelIsaev  路  6Comments

heisian picture heisian  路  4Comments

JordanOsterberg picture JordanOsterberg  路  7Comments