AnhTVc / OpenVPN-IOS

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

should use "iPhoneSimulator.sdk" instead of "iPhoneSimulator10.2.sdk" in build-libpcap.sh #4

Open max32002 opened 7 years ago

max32002 commented 7 years ago
Copying <net/bpf.h>, <net/if_media.h> from iPhoneSimulator
cp: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk/usr/include/net/bpf.h: No such file or directory

or change SDKVERSION="10.2" to SDKVERSION="10.3"

AnhTVc commented 7 years ago

ok, you can change in file: build.sh. Ex: SDKVERSION="10.2" to SDKVERSION="" or SDKVERSION="10.3" It's simpler