Skip to content

Trouble Shooting

iOS Compiling failed

Problems like Discussions #21 may occurred in some version and has been fixed in the latest version.

MacOS Compiling failed

Check if you have set -DPLATFORM=mac in cmake command.

Running test_server for the first time and run into err: error create engine

Check if the certification file is generated correctly, see before running

Running test_client after changing host of url, then come across error like #67

./test_client -u "https://aaa.test/1M" -G -a 127.0.0.1 -p 443 (success)

./test_client -u "https://bbb.test/1M" -G -a 127.0.0.1 -p 443 (failed)

Run after removing the session ticket, transport parameters, and token under build directory, see run tests.