Open rgross2 opened 8 years ago
Did you find a resolution to this problem? I am facing similar.
If you're building socket.io-client-cpp for iOS, then the OpenSSL lib should also build for iOS instead of Max OS X.
is there an update on this? i am using on Mac OS, installed openssl with brew
and facing the same issue.
How to build OpenSSL lib for iOS on Mac OS X?
That can be useful for building OpenSSL for iOS: https://gist.github.com/armadsen/b30f352a8d6f6c87a146
Old issue but this error seems to be solved by linking ssl similar to this https://stackoverflow.com/a/1912461/1219006
Had these errors before doing that
@melode11 The demo app only seems to work when SIO_TLS is not enabled, on OS X, I receive the errors below. I've tried using both Boost 1.60.0 and 1.55.0 against OpenSSL 1.0.2f, 1.0.1a, and 0.9.8zg(Default OSX). Using the default OpenSSL provided in OS X Yosemite it returns errors stating that methods were deprecated OS_X_10_7. Using OpenSSL from Git the follow error is returned.