build-openssl-ios
build-openssl-ios copied to clipboard
Build openssl for iOS development, include armv7 armv7s arm64 i386 and x86_64 support.
Otherwise this fails on my machine.
lipo creates a static library, not a framework - you've just used a different file extension (.framework) instead of .a An iOS framework is actually a folder. It needs to...
Looks like the frameworks won't compile for UIKitForMac. I believe they are gonna have to be packed into the new XCFramework format. This is in regards to bring iPad apps...
build_openssl_dist.sh: build_for ios64sim-cross x86_64 SIM || exit 2 no ios64sim-cross os/compiler exist for Configure
If in doubt, on Unix-ish systems use './config', what should I do ?
`no-asm` is quite questionable, openssl has arm-specific optimizations why would you disable them? https://github.com/sinofool/build-openssl-ios/blob/c06ee3d6dc727bca964a88ad221c4db88a32c311/build_openssl_dist.sh#L23
Hello Sinofool, can you please elaborate what the purpose of the patch-include.patch file is? It is used to patch opensslconf.h and removes the following lines from it: `# define NO_SSL_TRACE...
Hello Sinofool, thank you very much for this wonderful script. I have found a couple of issues with the build script which I would like to share. While the master...
The readme suggests to download BWO http, but https should be used: `curl -O http://www.openssl.org/source/openssl-1.1.1.tar.gz`