AnhTVc / OpenVPN-IOS

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

Can't build app on iphone 5s #8

Open midnightworks opened 7 years ago

midnightworks commented 7 years ago

Undefined symbols for architecture arm64: "_append_three_string", referenced from: _add_route in libopenvpn.a(route.o) "_append", referenced from: _openvpn_main in libopenvpn.a(openvpn.o) _write_to_ip_client in libopenvpn.a(route.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

This code need jailbroken iOS Device ?

AnhTVc commented 6 years ago

No, not need jailbroken. Please down new version, i commited

tiepnv-viosoft commented 6 years ago

Hi AnhTVc,

Although I used the latest version (master: bd08dab9a8a550a2a5725e0dfa509fac249a2487 on July 13, 2018), I still have the same error as midnightworks. My iPhone is 6S which is running iOS 10.3.3 and the Xcode version is 8.3. Could you explain me the cause of this error?

Thanks,

AnhTVc commented 6 years ago

Please send mail about your issue

tiepnv-viosoft commented 6 years ago

Hi AnhTVc,

Thank for your reply, I have built the project successfully on Xcode 9.4.1 on MACOSX 10.13.3.

Thanks,