vishal_a_geek

Results 3 comments of vishal_a_geek

cloning socket.io-client-cpp-ios-static repository comes with a /static_builds/commit_b1216ee428dd7d1e72368da9b12aa43bfc487c93/ folder with 2 files in it - arm64_libsioclient.a - arm64_libsioclient_tls.a while passing path to `python build.py --sio_root ` which `` should I provide...

I followed the instructions from [https://github.com/socketio/socket.io-client-cpp/blob/master/INSTALL.md](https://github.com/socketio/socket.io-client-cpp/blob/master/INSTALL.md) after which I figured out that running `make install` adds all the required headers(.h) files and .a files which are - sio_client.h - sio_message.h...

I could finally get rid of this error following [https://github.com/open-webrtc-toolkit/owt-client-native/issues/62#issuecomment-543434540](https://github.com/open-webrtc-toolkit/owt-client-native/issues/62#issuecomment-543434540) in #62 and had to use the command `python ./scripts/build.py --sio_root /usr/local/ --skip_tests` to avoid errors in test files stop...