iOS Sample Project for beginners

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
tugsjargal
OpenVpn Newbie
Posts: 5
Joined: Thu Mar 22, 2018 3:12 am

iOS Sample Project for beginners

Post by tugsjargal » Thu Mar 22, 2018 3:43 am

Hi guys,

I am newer one for OpenVNP and looking for sample application for iOS.
I had installed latest source code snapshot from https://staging.openvpn.net/openvpn3/openvpn3.tar.gz.
Then when I compile below line on my MAC OS computer, I got an error :

Code: Select all

GCC_EXTRA="-std=c++11" STRIP=1 PSSL=1 MINI=1 SNAP=1 LZ4=1 build cli

Code: Select all

clang: error: no such file or directory: '/Users/james/src/mac/lz4/lz4-osx/lib/liblz4.a'
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: can't open file: cli (No such file or directory)
Do you have any idea ?
--------------------------------------------
Does anyone have sample demo application for OpenVPN ?

Thanks.

tugsjargal
OpenVpn Newbie
Posts: 5
Joined: Thu Mar 22, 2018 3:12 am

Re: iOS Sample Project for beginners

Post by tugsjargal » Fri Apr 13, 2018 10:04 am

For beginners:

If you are beginning your openvpn carrier, use this great library:
https://github.com/OpenVPN/openvpn3

This library is for iOS, MAC OSX, Linux and Windows. All is here.

Let's go go!

Cheers,.

Specially Thank you so much @ordex. You are the fkn great guy!

Post Reply