SocketIO-Client-CPP 1.6.1

SocketIO-Client-CPP 1.6.1

License MIT
ReleasedLast Release Sep 2015

Maintained by HÃ¥vard Fossli, Melo Yao.



  • By
  • Melo Yao

Socket.IO C++ Client Builds

Static libraries for the Socket.IO C++ client.

For maintainers of this repo only

When publishing a new version you need to

  • Update Headers/**
  • Replace libUniversalDebug.a
  • Replace libUniversalRelease.a
  • Update SocketIO-Client-CPP.podspec
  • $ pod lib lint
  • Create a new tag on this repo
  • $ pod trunk push

Creating the static libraries

Use the static libraries generated by following this example.

Create one for

  • release iphoneos
  • release simulator
  • debug iphoneos
  • debug simulator

Join the debug libraries and the release libraries with e.g.

libtool -static -o libUniversalRelease.a Release-iphoneos/libsioclient.a Release-iphonesimulator/libsioclient.a
libtool -static -o libUniversalDebug.a Debug-iphoneos/libsioclient.a Debug-iphonesimulator/libsioclient.a