Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL 1.0.2.x with XCode12 support #110

Open
666tos opened this issue Jan 11, 2021 · 4 comments
Open

OpenSSL 1.0.2.x with XCode12 support #110

666tos opened this issue Jan 11, 2021 · 4 comments

Comments

@666tos
Copy link

666tos commented Jan 11, 2021

Hi @krzyzanowskim , currently 1.0.2 is still an actual version, but it's not fully compatible with XCode12 due to ios.deployment_target = 8.0.
Is it possible to bump deployment_target and re-release 1.0.2?

@krzyzanowskim
Copy link
Owner

tbh. I don't know how/if to do that for CocoaPods if the newer version is already published.

@666tos
Copy link
Author

666tos commented Jan 11, 2021

Ok, I will try to fork the repo and experiment with it

@666tos
Copy link
Author

666tos commented Jan 12, 2021

Created PR here - #111

@LunightLab
Copy link

Hi I imported the framework that I built before and I get the following runtime error
Doesn't it work in xcode 12 and Swift environment?

openssl version : 1.0.219

error message

dyld: Library not loaded: @rpath/OpenSSL.framework/OpenSSL
  Referenced from: /Users/w.lunight/Library/Developer/CoreSimulator/Devices/03AE5719-0658-4E83-A36C-14C970619177/data/Containers/Bundle/Application/65972123-C289-4EB6-91E9-43C5C7F00FE5/AppTestProject.app/AppTestProject
  Reason: image not found
dyld: launch, loading dependent libraries
DYLD_SHARED_CACHE_DIR=/Users/w.lunight/Library/Developer/CoreSimulator/Caches/dyld/20C69/com.apple.CoreSimulator.SimRuntime.iOS-14-3.18C61
DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot
DYLD_LIBRARY_PATH=/Users/w.lunight/Library/Developer/Xcode/DerivedData/AppTestProject-fmpjygvszdbcotddcqclngbpogws/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection
DYLD_PRINT_STATISTICS=1
DYLD_INSERT_LIBRARIES=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libBacktraceRecording.dylib:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants