Topic: Using WolfSSL library with Swift (iOS development)

I am trying to use the WolfSSL library in my iOS project that is written in Swift. I have successfully built the .a package from WolfSSL and have set the header search paths as well, but how do I use the library in the code? I tried building the "wolfbench" project from the example as well, but I get this error:

No member named 'serverListening' in 'info_t'

What is the right way to integrate WolfSSL into my Swift project?

Share

Re: Using WolfSSL library with Swift (iOS development)

Hi sc4l7dpz,

I would recommend using our XCODE project found here: https://github.com/wolfSSL/wolfssl/tree … /IDE/XCODE

Let me know if you continue to run into issues with it.

Thanks,
Kareem

Share