AnhTVc / OpenVPN-IOS

Build OpenVPN source for IOS
GNU General Public License v3.0
124 stars 53 forks source link

Building on iPhone 7 #10

Open j-cimb-barker opened 6 years ago

j-cimb-barker commented 6 years ago

Hello,

I am trying to build this for iPhone 7. I am currently getting:

Undefined symbols for architecture arm64:
  "_openvpn_main", referenced from:
      ___31-[VPNWrapper startWithOptions:]_block_invoke in VPNWrapper.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is it possible to modify the build so that it builds for arm64.

Thank you,

Joel