Adrian Wójciak
Adrian Wójciak
add ` packagingOptions { pickFirst 'lib/x86/libssl.so' pickFirst 'lib/x86_64/libssl.so' pickFirst 'lib/armeabi-v7a/libssl.so' pickFirst 'lib/arm64-v8a/libssl.so' pickFirst 'lib/x86/libcrypto.so' pickFirst 'lib/x86_64/libcrypto.so' pickFirst 'lib/armeabi-v7a/libcrypto.so' pickFirst 'lib/arm64-v8a/libcrypto.so' } ` inside "android { ... }" in './android/app/build.gradle' in...
I'm having the same issue when using vite-plugin-ssr
Hi @mrousavy , is there any progress on that issue? I'd like to use this library, but i want to be sure that there are no potentially costly bugs
I've checked if this happens after updating lib to 0.5.0; unfortunately, yes. Please, can somebody answer my question?
> you add manual `OpenSSL.framework` in General Project, archive Done, but when you debug, you must remove OpenSSL.xcframework Ok, that works for me too, thanks! that's fine as temporary workaround,...
Ok, I've created more convenient solution. Instead of manually adding and removing OpenSSL.xcframework, add "New Run Script Phase" in Build Phases in Xcode and put there this script: ```bash FRAMEWORK="${PODS_ROOT}/OpenSSL-Universal/Frameworks/OpenSSL.xcframework/ios-arm64_armv7/OpenSSL.framework"...
> Manually adding "OpenSSL.framework" in General -> "Frameworks, Libraries and Embedded Content" solves the issue for me too. But I need to manually remove it when debugging, blah. > >...
@juanrgm so, SUID still can't be used with SSR? when SSR-ready version could be released?