curl-ios-build-scripts icon indicating copy to clipboard operation
curl-ios-build-scripts copied to clipboard

Build libcurl with HTTP(S)-only support to use on iOS and OSX development

Results 13 curl-ios-build-scripts issues
Sort by recently updated
recently updated
newest added

I think the build scripts do not allow for Apple's new "app thinning" functionality because I see an error like this when I try to link libcurl into my Xcode...

Xcode 7.2.1 can't find x86_64 architecture (iOS simulator) in libcurl.a. It seems the latest XCode ignores i386... Would you like to add x86_64 support? Thanks a lot.

Hi, I tried to build for iOS7.1 with the following command `./build_curl --archs arm7,arm7s,arm64` However, it always failed like this, > [COMPILE] WARN - Configuration for architecture 'arm64' failed. >...

use `clang` instead of `gcc` increase min sdk ver supported for XC8 update curl to latest stable 7.53.1

i386 , x86_64 is "checking whether to enable IPv6... yes" armv7 , arm64 is "checking whether to enable IPv6... no"

These changes are needed to support custom paths of included libraries, such as custom build of libssh library. And sorry for my code, I am beginner in ruby.