I try to run the wireguard project from https://git.zx2c4.com/wireguard-apple/about/ on my ios device.
I have a problem, I can't make it to work, I keep getting the following error when I try to connect:
[NET] route ip+net: sysctl: operation not supported
From my debugging, the error comes from wireguard-go library which can be found here: https://git.zx2c4.com/wireguard-go/
On a forum I found that from IOS 9 , sysctl is disabled. But why my build is not working, if I install wireguard from the AppStore is working.