build-libcurl-ios icon indicating copy to clipboard operation
build-libcurl-ios copied to clipboard

Build libcurl for iOS development, include armv7 armv7s arm64 i386 and x86_64 support.

Results 11 build-libcurl-ios issues
Sort by recently updated
recently updated
newest added

pls only check the LIBCURL_VERSION_MAJOR below is OK ``` #if LIBCURL_VERSION_MAJOR < 7 #error Required curl 7.40.0+; See http://curl.haxx.se/docs/adv_20150108A.html #error Supported minimal version is 7.55.0 for header file changes, see...

I hava a question. Why the targets are *-apple-**darwin** but not *-apple-**ios**? I had tried to build with *-apple-**ios** and it work.

Hi. thank you for this great effort. i'm developing applications for both android/ios in qt creator. after download and compile your the library and link it to the project in...

I use Xcode10.1 + libcurl 7.63.0 make failed, detail log in the attachment. It seems not work well with Xcode10.1 [detail.log](https://github.com/sinofool/build-libcurl-ios/files/2710186/detail.log)

I can't build using the readme instructions. There appears to be a vulnerability, stopping it all. See https://curl.haxx.se/docs/CVE-2014-8151.html

I have a requirement where I need to package libcurl static library and run in ios but I want the code obfuscated (my .a file). Is it possible to do?...

Looks like `--with-darwinssl` has been deprecated, we can use `--with-secure-transport` SSL flag instead.

if I leave the script as is I am getting the error: > url.c:55:2: error: "We can't compile without socket() support!" If I change IPHONEOS_DEPLOYMENT_TARGET to anything which is higher...

Curl team seems to have provided command line iOS build instructions [here](https://curl.se/docs/install.html) ``` export ARCH=arm64 export SDK=iphoneos export DEPLOYMENT_TARGET=12.0 sudo xcode-select --switch /Applications/Xcode.app export CFLAGS="-arch $ARCH -isysroot $(xcrun -sdk $SDK...