krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
920 stars 340 forks source link

Not working as dynamic framework (use_frameworks!) #116

Closed Shahbaz-Akram closed 2 years ago

Shahbaz-Akram commented 3 years ago

if there is "use_frameworks!" in podfile then the following error occurs.

"target has transitive dependencies that include statically linked binaries:" path: /OpenSSL-Universal/lib-ios/libssl.a)

ilammy commented 3 years ago

I have seen CocoaPods give out such errors for arm64e slices, because Mach-O parser that CocoaPods uses cannot handle some new linker commands. However, that was for dynamic libraries.

krzyzanowskim commented 3 years ago

Could it be https://github.com/krzyzanowskim/OpenSSL/issues/115 duplicate?

krzyzanowskim commented 3 years ago

Try https://github.com/krzyzanowskim/OpenSSL/releases/tag/1.1.1100 alt let us know if that helped. Feel free to close this issue if it solves the problem

krzyzanowskim commented 2 years ago

the arm64e slice is no longer built. I'm closing this one.